Created
February 9, 2022 16:30
-
-
Save nivogt/48ae1cdd8304c7ff783d0a143f3960ba to your computer and use it in GitHub Desktop.
This file contains 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
# 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