Skip to content

Commit

Permalink
mount feedsDbPassword directly to feeds upgrade job (#63)
Browse files Browse the repository at this point in the history
* mount feedsDbPassword directly to feeds upgrade job

Signed-off-by: Brady Todhunter <[email protected]>
  • Loading branch information
Btodhunter authored Sep 3, 2020
1 parent a27ab1a commit a4114fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion stable/anchore-engine/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: anchore-engine
version: 1.9.0
version: 1.9.1
appVersion: 0.8.1
description: Anchore container analysis and policy evaluation engine service
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ spec:
{{- with .Values.anchoreEnterpriseFeeds.extraEnv }}
{{- toYaml . | nindent 8 }}
{{- end }}
- name: ANCHORE_DB_PASSWORD
valueFrom:
secretKeyRef:
name: {{ template "anchore-engine.fullname" . }}
key: .feedsDbPassword
{{- if (.Values.anchoreGlobal.certStoreSecretName) }}
volumeMounts:
- name: certs
Expand Down

0 comments on commit a4114fb

Please sign in to comment.