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
606adf81
Commit
606adf81
authored
Aug 23, 2021
by
bhearn7
Browse files
undo testing
parent
714bf873
Pipeline
#438955
passed with stages
in 3 minutes and 15 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
chart/templates/engine_secret.yaml
chart/templates/engine_secret.yaml
+2
-2
chart/templates/enterprise_feeds_secret.yaml
chart/templates/enterprise_feeds_secret.yaml
+2
-2
No files found.
chart/templates/engine_secret.yaml
View file @
606adf81
...
@@ -16,9 +16,9 @@ stringData:
...
@@ -16,9 +16,9 @@ stringData:
ANCHORE_DB_PASSWORD
:
{{
index .Values "postgresql" "postgresPassword" | quote
}}
ANCHORE_DB_PASSWORD
:
{{
index .Values "postgresql" "postgresPassword" | quote
}}
{{
- $anchorefullname
:
= include "anchore-engine.fullname" . -
}}
{{
- $anchorefullname
:
= include "anchore-engine.fullname" . -
}}
{{
- $old_secret
:
= lookup "v1" "Secret" .Release.Namespace $anchorefullname
}}
{{
- $old_secret
:
= lookup "v1" "Secret" .Release.Namespace $anchorefullname
}}
{{
- if or (not $old_secret) (not $old_secret.
stringD
ata)
}}
{{
- if or (not $old_secret) (not $old_secret.
d
ata)
}}
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.
stringD
ata "ANCHORE_SAML_SECRET"
}}
ANCHORE_SAML_SECRET
:
{{
index $old_secret.
d
ata "ANCHORE_SAML_SECRET"
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
{{
- end
}}
\ No newline at end of file
chart/templates/enterprise_feeds_secret.yaml
View file @
606adf81
...
@@ -17,10 +17,10 @@ stringData:
...
@@ -17,10 +17,10 @@ stringData:
ANCHORE_FEEDS_DB_PASSWORD
:
{{
index .Values "anchore-feeds-db" "postgresPassword" | quote
}}
ANCHORE_FEEDS_DB_PASSWORD
:
{{
index .Values "anchore-feeds-db" "postgresPassword" | quote
}}
{{
- $anchorefullname
:
= include "anchore-engine.fullname" . -
}}
{{
- $anchorefullname
:
= include "anchore-engine.fullname" . -
}}
{{
- $old_secret
:
= lookup "v1" "Secret" .Release.Namespace $anchorefullname
}}
{{
- $old_secret
:
= lookup "v1" "Secret" .Release.Namespace $anchorefullname
}}
{{
- if or (not $old_secret) (not $old_secret.
stringD
ata)
}}
{{
- if or (not $old_secret) (not $old_secret.
d
ata)
}}
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.
stringD
ata "ANCHORE_SAML_SECRET"
}}
ANCHORE_SAML_SECRET
:
{{
index $old_secret.
d
ata "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