cleanup
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
54f3a7207b
commit
e139d050a5
1 changed files with 0 additions and 26 deletions
|
@ -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
|
Loading…
Add table
Reference in a new issue