Skip to content
Snippets Groups Projects
Commit 4856d08a authored by OZGCloud's avatar OZGCloud
Browse files

OZG-7092 clean up comments

parent e5316748
No related branches found
No related tags found
1 merge request!1OZG-7092 Anpassung TokenChecker
......@@ -48,7 +48,7 @@ spec:
component: {{ .Release.Name }}
spec:
{{- if (.Values.serviceAccount).create }}
serviceAccountName: {{ include "app.serviceAccountName" . }} # TODO: Service Account muss noch erstellt werden
serviceAccountName: {{ include "app.serviceAccountName" . }}
{{- end }}
topologySpreadConstraints:
- maxSkew: 1
......@@ -59,8 +59,6 @@ spec:
app.kubernetes.io/name: {{ .Release.Name }}
containers:
- env:
# - name: SERVICE_BINDING_ROOT
# value: "/bindings"
- name: spring_profiles_active
value: {{ include "app.envSpringProfiles" . }}
......@@ -134,10 +132,6 @@ spec:
terminationMessagePolicy: File
tty: true
volumeMounts:
# - name: bindings
# mountPath: "/bindings/ca-certificates/type"
# subPath: type
# readOnly: true
- name: saml-mount
mountPath: "/keystore/enc.crt"
subPath: enc.crt
......@@ -152,9 +146,6 @@ spec:
readOnly: true
volumes:
# - name: bindings
# configMap:
# name: token-checker-server-bindings-type
- name: saml-mount
secret:
secretName: {{ required ".Values.samlRegistrationSecretName must be set" .Values.samlRegistrationSecretName }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment