Skip to content

Commit 4810784

Browse files
committed
fixed argocd-cm
1 parent 2362891 commit 4810784

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

csdp/components/argo-cd/kustomization.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ configMapGenerator:
1919
- "accounts.admin=apiKey,login" # need to be able to generate apikey for generic eventsource
2020
- |
2121
repository.credentials=- passwordSecret:
22-
key: git_token
23-
name: autopilot-secret
24-
url: https://github.com/
25-
usernameSecret:
26-
key: git_username
27-
name: autopilot-secret"
22+
key: git_token
23+
name: autopilot-secret
24+
url: https://github.com/
25+
usernameSecret:
26+
key: git_username
27+
name: autopilot-secret
2828
- name: argocd-cmd-params-cm
2929
behavior: merge
3030
literals:

0 commit comments

Comments
 (0)