summaryrefslogtreecommitdiff
path: root/manifests/install.yaml
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-08-24 20:35:17 +0200
committerGitHub <noreply@github.com>2020-08-24 20:35:17 +0200
commit1a2a688f06730c77de864c9fb102c1dadb2bdd53 (patch)
treeef1286205ed5aa408c70700abc91e678dea11f83 /manifests/install.yaml
parentc25b45860ee05b350f12cc6ee610f1d943e6a66e (diff)
chore: Regenerate installation manifests (#70)
Diffstat (limited to 'manifests/install.yaml')
-rw-r--r--manifests/install.yaml34
1 files changed, 34 insertions, 0 deletions
diff --git a/manifests/install.yaml b/manifests/install.yaml
index 772b438..d05b3f4 100644
--- a/manifests/install.yaml
+++ b/manifests/install.yaml
@@ -7,6 +7,40 @@ metadata:
app.kubernetes.io/part-of: argocd-image-updater
name: argocd-image-updater
---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: Role
+metadata:
+ labels:
+ app.kubernetes.io/component: controller
+ app.kubernetes.io/name: argocd-image-updater
+ app.kubernetes.io/part-of: argocd-image-updater
+ name: argocd-image-updater
+rules:
+- apiGroups:
+ - ""
+ resources:
+ - secrets
+ verbs:
+ - get
+ - list
+ - watch
+---
+apiVersion: rbac.authorization.k8s.io/v1
+kind: RoleBinding
+metadata:
+ labels:
+ app.kubernetes.io/component: controller
+ app.kubernetes.io/name: argocd-image-updater
+ app.kubernetes.io/part-of: argocd-image-updater
+ name: argocd-image-updater
+roleRef:
+ apiGroup: rbac.authorization.k8s.io
+ kind: Role
+ name: argocd-image-updater
+subjects:
+- kind: ServiceAccount
+ name: argocd-image-updater
+---
apiVersion: v1
kind: ConfigMap
metadata: