deploy dolibarr

This commit is contained in:
2024-11-05 01:21:24 +01:00
parent 83b36bafc9
commit 5c08cc9cfd
26 changed files with 791 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dolibarr-custom-entrypoint-script
data:
custom-entrypoint.sh: |
{{- .Files.Get "scripts/custom_entrypoint.sh" | nindent 4 }}