Initial Helm and Kargo setup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# EXAMPLE ONLY. Do not commit a real token.
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: kub-web-test-repository
|
||||
namespace: argocd
|
||||
labels:
|
||||
argocd.argoproj.io/secret-type: repository
|
||||
stringData:
|
||||
type: git
|
||||
url: https://git.5vl.nl/5vl/kub-web-test.git
|
||||
username: 5vl
|
||||
password: REPLACE_WITH_GIT_TOKEN
|
||||
Reference in New Issue
Block a user