diff --git a/argocd/templates/hashivault.yaml b/argocd/templates/hashivault.yaml new file mode 100644 index 0000000..4000a6a --- /dev/null +++ b/argocd/templates/hashivault.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: hashivault + namespace: argocd +spec: + project: default + source: + repoURL: https://github.com/DeveloperDurp/homelab.git + targetRevision: main + path: hashivault + destination: + namespace: hashivault + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true + diff --git a/hashivault/Chart..yaml b/hashivault/Chart..yaml new file mode 100644 index 0000000..02e584f --- /dev/null +++ b/hashivault/Chart..yaml @@ -0,0 +1,11 @@ +apiVersion: v2 +name: nginx +description: A Helm chart for Kubernetes +type: application +version: 0.0.1 +appVersion: 0.0.1 + +dependencies: +- name: ingress-nginx + repository: https://helm.releases.hashicorp.com + version: 0.22.0