We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d22e17 commit 56882bdCopy full SHA for 56882bd
1 file changed
manifests/install.yaml
@@ -54,6 +54,18 @@ spec:
54
key: argocd.server_addr
55
name: argocd-image-updater-config
56
optional: true
57
+ - name: ARGOCD_INSECURE
58
+ valueFrom:
59
+ configMapKeyRef:
60
+ key: argocd.insecure
61
+ name: argocd-image-updater-config
62
+ optional: true
63
+ - name: ARGOCD_PLAINTEXT
64
65
66
+ key: argocd.plaintext
67
68
69
- name: ARGOCD_TOKEN
70
valueFrom:
71
secretKeyRef:
0 commit comments