diff --git a/everything-app/mysql4nextcloud.yaml b/everything-app/mysql4nextcloud.yaml deleted file mode 100644 index b2cf129..0000000 --- a/everything-app/mysql4nextcloud.yaml +++ /dev/null @@ -1,26 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: mysql4nextcloud - namespace: argocd -spec: - destination: - namespace: nextcloud - server: https://kubernetes.default.svc - project: apps - source: - chart: mariadb - helm: - parameters: - - name: auth.database - value: nextcloud - - name: auth.forcePassword - value: 'true' - - name: auth.username - value: nextcloud - - name: auth.existingSecret - value: db-creds - - name: primary.service.type - value: ClusterIP - repoURL: https://charts.bitnami.com/bitnami - targetRevision: 14.1.4