Created
December 29, 2021 15:36
-
-
Save mr-pascal/d2b7fc2b3ac024178eef238c7d1911f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: argocd-cm | |
| namespace: argocd | |
| labels: | |
| app.kubernetes.io/name: argocd-cm | |
| app.kubernetes.io/part-of: argocd | |
| data: | |
| repositories: | | |
| - url: git@github.com:Abszissex/private-demo | |
| sshPrivateKeySecret: | |
| name: my-deploy-secret | |
| key: privateKey |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment