diff --git a/apps/adminer/application.yaml b/apps/adminer/application.yaml new file mode 100644 index 0000000..587b132 --- /dev/null +++ b/apps/adminer/application.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: adminer + namespace: default +spec: + project: default + source: + repoURL: 'https://cetic.github.io/helm-charts' + targetRevision: 0.2.1 + chart: adminer + destination: + server: 'https://kubernetes.default.svc' + namespace: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - PruneLast=true + - CreateNamespace=true \ No newline at end of file