31 lines
685 B
YAML
31 lines
685 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: mysql4bikerwitch
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
destination:
|
||
|
namespace: bikerwitch
|
||
|
server: https://kubernetes.default.svc
|
||
|
project: apps
|
||
|
source:
|
||
|
chart: mariadb
|
||
|
helm:
|
||
|
parameters:
|
||
|
- name: auth.database
|
||
|
value: drupal
|
||
|
- name: auth.forcePassword
|
||
|
value: "true"
|
||
|
- name: auth.username
|
||
|
value: drupal
|
||
|
- name: auth.existingSecret
|
||
|
value: db-creds
|
||
|
- name: primary.service.type
|
||
|
value: ClusterIP
|
||
|
repoURL: https://charts.bitnami.com/bitnami
|
||
|
targetRevision: 14.1.4
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
prune: true
|
||
|
selfHeal: true
|