Fixing ldap conf, initializing keto, oc-auth and co
This commit is contained in:
12
opencloud/charts/keto/templates/configmap.yaml
Normal file
12
opencloud/charts/keto/templates/configmap.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "keto.fullname" . }}-config
|
||||
{{- if .Release.Namespace }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
{{- end }}
|
||||
labels:
|
||||
{{ include "keto.labels" . | indent 4 }}
|
||||
data:
|
||||
"keto.yaml": |
|
||||
{{- include "keto.configmap" . | nindent 4 }}
|
||||
Reference in New Issue
Block a user