refactor: yml -> yaml
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
8
roles/kubernetes_argocd/defaults/main.yaml
Normal file
8
roles/kubernetes_argocd/defaults/main.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
argocd_version: stable
|
||||
argocd_namespace: argocd
|
||||
argocd_repo: "https://raw.githubusercontent.com/argoproj/argo-cd/refs/tags/{{ argocd_version }}/manifests/ha/install.yaml"
|
||||
|
||||
argocd_git_repository: https://github.com/argocd/argocd
|
||||
argocd_git_username: "user"
|
||||
argocd_git_pat: "token"
|
||||
Reference in New Issue
Block a user