Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
helm-charts
Shibboleth SP
Helm Chart
Commits
7d815276
Commit
7d815276
authored
Jun 07, 2021
by
Sandro Mathys
Browse files
fix serviceaccount creation
parent
4ede4fb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
chart/templates/serviceaccount.yaml
View file @
7d815276
...
...
@@ -12,7 +12,7 @@ metadata:
{{
- end
}}
automountServiceAccountToken
:
false
{{
- end -
}}
{{
- if (and .Values.backend.shibboleth.sessionCache.
sealerKeys.
enabled .Values.backend.shibboleth.sessionCache.sealerKeys.serviceAccount.create)
}}
{{
- if (and .Values.backend.shibboleth.sessionCache.enabled .Values.backend.shibboleth.sessionCache.sealerKeys.serviceAccount.create)
}}
---
apiVersion
:
v1
kind
:
ServiceAccount
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment