refactor(k3s): enhance cluster setup and enable ArgoCD apps
Signed-off-by: Tuan-Dat Tran <tuan-dat.tran@tudattr.dev>
This commit is contained in:
11
roles/kubernets_argo_apps/templates/argo_repo.yaml.j2
Normal file
11
roles/kubernets_argo_apps/templates/argo_repo.yaml.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Repository
|
||||
metadata:
|
||||
name: {{ argocd_apps_repo_name }}
|
||||
namespace: argocd
|
||||
spec:
|
||||
url: {{ argocd_apps_repo_url }}
|
||||
type: git
|
||||
sshPrivateKeySecret:
|
||||
name: {{ argocd_apps_ssh_private_key_secret_name }}
|
||||
key: {{ argocd_apps_ssh_private_key_secret_key }}
|
||||
Reference in New Issue
Block a user