Skip to content

Instantly share code, notes, and snippets.

@mr-pascal
Created December 29, 2021 15:36
Show Gist options
  • Select an option

  • Save mr-pascal/d2b7fc2b3ac024178eef238c7d1911f6 to your computer and use it in GitHub Desktop.

Select an option

Save mr-pascal/d2b7fc2b3ac024178eef238c7d1911f6 to your computer and use it in GitHub Desktop.
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