diff --git a/Chart.yaml b/Chart.yaml-test similarity index 100% rename from Chart.yaml rename to Chart.yaml-test diff --git a/bootstrap.yaml b/bootstrap.yaml new file mode 100644 index 0000000..5e52013 --- /dev/null +++ b/bootstrap.yaml @@ -0,0 +1,23 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: bootstrap + namespace: argo-cd +spec: + destination: + namespace: argo-cd + server: https://kubernetes.default.svc + project: default + source: + path: . + repoURL: 'prodnso-harbor-01.smardigo.digital/infrastructure' + targetRevision: 0.1.6 + chart: bootstrap + helm: + valueFiles: + - values.yaml + syncPolicy: + automated: + selfHeal: true + syncOptions: + - CreateNamespace=true