Skip to content

Commit

Permalink
change a bit for secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Neha Dixit authored and Neha Dixit committed Jun 2, 2024
1 parent b982b1a commit 5a0e39d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bls-base-chart/templates/secrets.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{- $fullName := include "bls-base-chart.fullname" . -}}
{{- if .Values.secrets }}
{{- if and .Values.secrets.required }}

apiVersion: secrets.doppler.com/v1alpha1
kind: DopplerSecret
Expand Down
3 changes: 3 additions & 0 deletions bls-base-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ serviceAccount:
###############################################
securityContext: {}

secrets:
required: true

env: []
# - name: ""
# value: ""
Expand Down

0 comments on commit 5a0e39d

Please sign in to comment.