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
ae77c63a
Commit
ae77c63a
authored
Aug 23, 2021
by
bhearn7
Browse files
update configmap conditional
parent
b65ec397
Pipeline
#439033
passed with stages
in 3 minutes and 29 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
chart/templates/engine_configmap.yaml
chart/templates/engine_configmap.yaml
+1
-1
chart/templates/enterprise_configmap.yaml
chart/templates/enterprise_configmap.yaml
+1
-1
chart/templates/enterprise_feeds_configmap.yaml
chart/templates/enterprise_feeds_configmap.yaml
+1
-1
docs/BBCHANGES.md
docs/BBCHANGES.md
+1
-1
No files found.
chart/templates/engine_configmap.yaml
View file @
ae77c63a
...
...
@@ -61,7 +61,7 @@ data:
keys:
{{- $anchorefullname := include "anchore-engine.fullname" . -}}
{{- $old_secret := lookup "v1" "Secret" .Release.Namespace $anchorefullname }}
{{- if or .Values.anchoreGlobal.saml.secret .Values.anchoreGlobal.saml.useExistingSecret $old_secret }}
{{- if or .Values.anchoreGlobal.saml.secret .Values.anchoreGlobal.saml.useExistingSecret
.Values.anchoreGlobal.oauthEnabled
$old_secret }}
secret: ${ANCHORE_SAML_SECRET}
{{- end }}
{{- with .Values.anchoreGlobal.saml.publicKeyName }}
...
...
chart/templates/enterprise_configmap.yaml
View file @
ae77c63a
...
...
@@ -43,7 +43,7 @@ data:
keys:
{{- $anchorefullname := include "anchore-engine.fullname" . -}}
{{- $old_secret := lookup "v1" "Secret" .Release.Namespace $anchorefullname }}
{{- if or .Values.anchoreGlobal.saml.secret .Values.anchoreGlobal.saml.useExistingSecret $old_secret }}
{{- if or .Values.anchoreGlobal.saml.secret .Values.anchoreGlobal.saml.useExistingSecret
.Values.anchoreGlobal.oauthEnabled
$old_secret }}
secret: ${ANCHORE_SAML_SECRET}
{{- end }}
{{- with .Values.anchoreGlobal.saml.publicKeyName }}
...
...
chart/templates/enterprise_feeds_configmap.yaml
View file @
ae77c63a
...
...
@@ -37,7 +37,7 @@ data:
keys:
{{- $anchorefullname := include "anchore-engine.fullname" . -}}
{{- $old_secret := lookup "v1" "Secret" .Release.Namespace $anchorefullname }}
{{- if or .Values.anchoreGlobal.saml.secret .Values.anchoreGlobal.saml.useExistingSecret $old_secret }}
{{- if or .Values.anchoreGlobal.saml.secret .Values.anchoreGlobal.saml.useExistingSecret
.Values.anchoreGlobal.oauthEnabled
$old_secret }}
secret: ${ANCHORE_SAML_SECRET}
{{- end }}
{{- with .Values.anchoreGlobal.saml.publicKeyName }}
...
...
docs/BBCHANGES.md
View file @
ae77c63a
...
...
@@ -238,7 +238,7 @@ Additionally, `./chart/templates/engine_configmap.yaml`, `./chart/templates/ente
keys
:
{{
- $anchorefullname
:
= include "anchore-engine.fullname" . -
}}
{{
- $old_secret
:
= lookup "v1" "Secret" .Release.Namespace $anchorefullname
}}
{{
- if or .Values.anchoreGlobal.saml.secret .Values.anchoreGlobal.saml.useExistingSecret $old_secret
}}
{{
- if or .Values.anchoreGlobal.saml.secret .Values.anchoreGlobal.saml.useExistingSecret
.Values.anchoreGlobal.oauthEnabled
$old_secret
}}
secret
:
${ANCHORE_SAML_SECRET}
{{
- end
}}
```
\ No newline at end of file
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