Skip to content

Commit 56882bd

Browse files
committed
Update installation manifests after codegen
1 parent 9d22e17 commit 56882bd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

manifests/install.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ spec:
5454
key: argocd.server_addr
5555
name: argocd-image-updater-config
5656
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+
valueFrom:
65+
configMapKeyRef:
66+
key: argocd.plaintext
67+
name: argocd-image-updater-config
68+
optional: true
5769
- name: ARGOCD_TOKEN
5870
valueFrom:
5971
secretKeyRef:

0 commit comments

Comments
 (0)