Skip to content

Instantly share code, notes, and snippets.

@nivogt
Created February 9, 2022 16:30
Show Gist options
  • Save nivogt/48ae1cdd8304c7ff783d0a143f3960ba to your computer and use it in GitHub Desktop.
Save nivogt/48ae1cdd8304c7ff783d0a143f3960ba to your computer and use it in GitHub Desktop.
# personal helm repository
apiVersion: v1
kind: Secret
metadata:
name: nvogt-helm
namespace: argocd
labels:
argocd.argoproj.io/secret-type: repository
stringData:
url: https://nivogt.github.io/ghostblog/
type: helm
name: nvogt-helm
---
# personale git repository
apiVersion: v1
kind: Secret
metadata:
name: nvogt-git
namespace: argocd
labels:
argocd.argoproj.io/secret-type: repository
stringData:
type: git
url: https://github.com/nivogt/ghostblog.git
name: nvogt-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment