diff --git a/roles/kubernetes/argocd/templates/harbor-secret.j2 b/roles/kubernetes/argocd/templates/harbor-secret.j2 index 219e06b..3f3f582 100644 --- a/roles/kubernetes/argocd/templates/harbor-secret.j2 +++ b/roles/kubernetes/argocd/templates/harbor-secret.j2 @@ -10,5 +10,6 @@ stringData: url: {{ harbor_bootstrap_helm_url }} name: {{ harbor_bootstrap_helm_name }} type: helm + project: infrastructure password: {{ harbor_bootstrap_password }} username: {{ harbor_bootstrap_username }}