Updating doc, and deployment procedure

This commit is contained in:
plm
2025-01-22 14:21:31 +01:00
parent 30b04e62c0
commit f31c12a7b9
4 changed files with 109 additions and 10 deletions

View File

@@ -2,10 +2,6 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: opencloud-config
annotations:
"helm.sh/hook": post-install
"helm.sh/hook-weight": "1" # Lower number runs first
"helm.sh/hook-delete-policy": hook-succeeded
data:
OC_NAMESPACE: "{{ .Release.Namespace }}"
OC_ADMIN_ROLE: "{{ .Values.ocAuth.keto.adminRole }}"