deploy dolibarr
This commit is contained in:
10
chart/templates/scripts-config.yaml
Normal file
10
chart/templates/scripts-config.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: dolibarr-before-start-scripts
|
||||
data:
|
||||
update_conf_db_credentials.sh: |
|
||||
{{- .Files.Get "scripts/update_conf_db_credentials.sh" | nindent 4 }}
|
||||
|
||||
update_table_ownership.sql: |
|
||||
{{- .Files.Get "scripts/update_ownership.sql" | nindent 4 }}
|
||||
Reference in New Issue
Block a user