#apiVersion: argoproj.io/v1alpha1 #kind: Application #metadata: # name: wordpress # finalizers: # - resources-finalizer.argocd.argoproj.io #spec: # project: default # source: # repoURL: 'https://charts.bitnami.com/bitnami' # targetRevision: 23.*.* ## targetRevision: 19.*.* # chart: wordpress ## chart: mariadb # helm: # values: | # mariadb.auth.rootPassword: 'root0' ## parameters: ## - name: ingress.hostname ## value: 'www.innovation-hub-niedersachsen.de' ## - name: ingress.annotations.traefik\.ingress\.kubernetes\.io\/router\.entrypoints ## value: 'web' ## - name: fullnameOverride ## value: 'localhost' ## - name: mariadb.auth.rootPassword ## value: 'root0' # destination: # namespace: wordpress # server: 'https://kubernetes.default.svc' # syncPolicy: # automated: # prune: true # selfHeal: true # syncOptions: # - CreateNamespace=true