summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/install.yaml12
1 files changed, 12 insertions, 0 deletions
diff --git a/manifests/install.yaml b/manifests/install.yaml
index d35c7d6..8fdbeb2 100644
--- a/manifests/install.yaml
+++ b/manifests/install.yaml
@@ -54,6 +54,18 @@ spec:
key: argocd.server_addr
name: argocd-image-updater-config
optional: true
+ - name: ARGOCD_INSECURE
+ valueFrom:
+ configMapKeyRef:
+ key: argocd.insecure
+ name: argocd-image-updater-config
+ optional: true
+ - name: ARGOCD_PLAINTEXT
+ valueFrom:
+ configMapKeyRef:
+ key: argocd.plaintext
+ name: argocd-image-updater-config
+ optional: true
- name: ARGOCD_TOKEN
valueFrom:
secretKeyRef: