refactor: yml -> yaml
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
11
roles/kubernetes_argocd/templates/repository.yaml.j2
Normal file
11
roles/kubernetes_argocd/templates/repository.yaml.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: argocd-repository-https
|
||||
namespace: argocd
|
||||
labels:
|
||||
argocd.argoproj.io/secret-type: repository
|
||||
stringData:
|
||||
url: {{ argocd_git_repository }}
|
||||
username: {{ argocd_git_username }}
|
||||
password: {{ argocd_git_pat }}
|
||||
Reference in New Issue
Block a user