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

OZG-7092 clean up comments

parent e5316748
Branches
Tags
1 merge request!1OZG-7092 Anpassung TokenChecker
...@@ -48,7 +48,7 @@ spec: ...@@ -48,7 +48,7 @@ spec:
component: {{ .Release.Name }} component: {{ .Release.Name }}
spec: spec:
{{- if (.Values.serviceAccount).create }} {{- if (.Values.serviceAccount).create }}
serviceAccountName: {{ include "app.serviceAccountName" . }} # TODO: Service Account muss noch erstellt werden serviceAccountName: {{ include "app.serviceAccountName" . }}
{{- end }} {{- end }}
topologySpreadConstraints: topologySpreadConstraints:
- maxSkew: 1 - maxSkew: 1
...@@ -59,8 +59,6 @@ spec: ...@@ -59,8 +59,6 @@ spec:
app.kubernetes.io/name: {{ .Release.Name }} app.kubernetes.io/name: {{ .Release.Name }}
containers: containers:
- env: - env:
# - name: SERVICE_BINDING_ROOT
# value: "/bindings"
- name: spring_profiles_active - name: spring_profiles_active
value: {{ include "app.envSpringProfiles" . }} value: {{ include "app.envSpringProfiles" . }}
...@@ -134,10 +132,6 @@ spec: ...@@ -134,10 +132,6 @@ spec:
terminationMessagePolicy: File terminationMessagePolicy: File
tty: true tty: true
volumeMounts: volumeMounts:
# - name: bindings
# mountPath: "/bindings/ca-certificates/type"
# subPath: type
# readOnly: true
- name: saml-mount - name: saml-mount
mountPath: "/keystore/enc.crt" mountPath: "/keystore/enc.crt"
subPath: enc.crt subPath: enc.crt
...@@ -152,9 +146,6 @@ spec: ...@@ -152,9 +146,6 @@ spec:
readOnly: true readOnly: true
volumes: volumes:
# - name: bindings
# configMap:
# name: token-checker-server-bindings-type
- name: saml-mount - name: saml-mount
secret: secret:
secretName: {{ required ".Values.samlRegistrationSecretName must be set" .Values.samlRegistrationSecretName }} 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