feat: add helm chart
This commit is contained in:
parent
7d3852150b
commit
d454ec8fc9
12 changed files with 231 additions and 0 deletions
9
charts/backoffice/templates/secret-database.yaml
Normal file
9
charts/backoffice/templates/secret-database.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: {{ .Release.Name }}-database
|
||||
annotations:
|
||||
"helm.sh/hook": pre-install,pre-upgrade
|
||||
"helm.sh/hook-weight": "-15"
|
||||
stringData:
|
||||
DATABASE_URL: {{ .Values.backoffice.secrets.databaseURL }}
|
||||
Reference in a new issue