mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
[anchore/stable] fix environment setting from existingSecret (#21764)
Signed-off-by: Bradley Massey <massey.bradley@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: anchore-engine
|
||||
version: 1.5.0
|
||||
version: 1.5.1
|
||||
appVersion: 0.7.0
|
||||
description: Anchore container analysis and policy evaluation engine service
|
||||
keywords:
|
||||
|
||||
@@ -91,7 +91,7 @@ spec:
|
||||
- name: ANCHORE_CLI_PASS
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ include "anchore-engine.fullname" . }}
|
||||
name: {{ default (include "anchore-engine.fullname" .) .Values.anchoreGlobal.existingSecret }}
|
||||
key: ANCHORE_ADMIN_PASSWORD
|
||||
ports:
|
||||
- containerPort: {{ .Values.anchoreApi.service.port }}
|
||||
|
||||
Reference in New Issue
Block a user