UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Security Tools
Anchore Enterprise
Commits
c3c03e6a
Commit
c3c03e6a
authored
Aug 23, 2021
by
bhearn7
Browse files
b64dec for stringData
parent
98dccd35
Pipeline
#438975
passed with stages
in 3 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
chart/templates/engine_secret.yaml
chart/templates/engine_secret.yaml
+1
-1
chart/templates/enterprise_feeds_secret.yaml
chart/templates/enterprise_feeds_secret.yaml
+1
-1
No files found.
chart/templates/engine_secret.yaml
View file @
c3c03e6a
...
@@ -19,6 +19,6 @@ stringData:
...
@@ -19,6 +19,6 @@ stringData:
{{
- if or (not $old_secret) (not $old_secret.data)
}}
{{
- if or (not $old_secret) (not $old_secret.data)
}}
ANCHORE_SAML_SECRET
:
{{
.Values.anchoreGlobal.saml.secret | default (randAlphaNum 12) | quote
}}
ANCHORE_SAML_SECRET
:
{{
.Values.anchoreGlobal.saml.secret | default (randAlphaNum 12) | quote
}}
{{
else
}}
{{
else
}}
ANCHORE_SAML_SECRET
:
{{
index $old_secret.data "ANCHORE_SAML_SECRET"
}}
ANCHORE_SAML_SECRET
:
{{
b64dec (
index $old_secret.data "ANCHORE_SAML_SECRET"
)
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
\ No newline at end of file
chart/templates/enterprise_feeds_secret.yaml
View file @
c3c03e6a
...
@@ -20,7 +20,7 @@ stringData:
...
@@ -20,7 +20,7 @@ stringData:
{{
- if or (not $old_secret) (not $old_secret.data)
}}
{{
- if or (not $old_secret) (not $old_secret.data)
}}
ANCHORE_SAML_SECRET
:
{{
.Values.anchoreGlobal.saml.secret | default (randAlphaNum 12) | quote
}}
ANCHORE_SAML_SECRET
:
{{
.Values.anchoreGlobal.saml.secret | default (randAlphaNum 12) | quote
}}
{{
else
}}
{{
else
}}
ANCHORE_SAML_SECRET
:
{{
index $old_secret.data "ANCHORE_SAML_SECRET"
}}
ANCHORE_SAML_SECRET
:
{{
b64dec (
index $old_secret.data "ANCHORE_SAML_SECRET"
)
}}
{{
- end
}}
{{
- end
}}
{{
- with .Values.anchoreEnterpriseFeeds.msrcApiKey
}}
{{
- with .Values.anchoreEnterpriseFeeds.msrcApiKey
}}
ANCHORE_MSRC_KEY
:
{{
. | quote
}}
ANCHORE_MSRC_KEY
:
{{
. | quote
}}
...
...
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