Skip to content

Commit

Permalink
fix: mysql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 27, 2022
1 parent 3218eb5 commit c940cf6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions deploy/as-k8s/resources.schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ mysql:

helm:
architecture: standalone
metrics:
enabled: false
#@schema/type any=True
extraEnvVars: []
image:
debug: false
pullPolicy: IfNotPresent
tag: 8.0.29-debian-10-r23
auth:
database: NAMESPACE
username: NAMESPACE
existingSecret: svc-mysql
primary:
persistence:
enabled: true
size: 2Gi
#@schema/type any=True
extraEnvVars: []

#! POSTGRES
postgres:
Expand Down

0 comments on commit c940cf6

Please sign in to comment.