Skip to content

Commit

Permalink
dbildungs-iam-keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
dbildungs-iam-keycloak-gha committed Nov 29, 2024
1 parent c65d113 commit 2598143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automation/dbildungs-iam-keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ appVersion: DBP-0000
description: A Helm Chart for the dbildungs-iam-keycloak
name: dbildungs-iam-keycloak
type: application
version: 0.0.0-dbp-0000-20241129-1227
version: 0.0.0-dbp-0000-20241129-1237
13 changes: 1 addition & 12 deletions automation/dbildungs-iam-keycloak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,27 +134,16 @@ spec:
- configMapRef:
name: {{ template "common.names.name" . }}
volumeMounts:
- name: data
mountPath: /data
- mountPath: "/opt/keycloak/data/import"
name: realm-config
readOnly: true
{{- with .Values.extraVolumes }}
{{- toYaml . | nindent 12 }}
{{- end }}

volumes:
- name: realm-config
configMap:
name: {{ .Values.realm.name }}
{{- with .Values.extraVolumes }}
{{- toYaml . | nindent 8 }}
{{- end }}
# volumeClaimTemplates:
# - metadata:
# name: data
# spec:
# accessModes: [ "ReadWriteOnce" ]
# resources:
# requests:
# storage: {{ .Values.persistence.size }}
{{- end }}

0 comments on commit 2598143

Please sign in to comment.