Skip to content

Commit

Permalink
fix(helm): wrong data type in secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jun 2, 2023
1 parent bda0978 commit a16ba13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/managed-identity-wallet/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ spec:
containerPort: 8080
protocol: TCP
livenessProbe:
initialDelaySeconds: 60
httpGet:
path: /
port: http
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Secret
metadata:
name: {{ include "managed-identity-wallet.fullname" . }}
type: Opaque
stringData:
data:
{{- range $key, $val := .Values.secrets }}
{{ $key }}: {{ $val | b64enc }}
{{- end}}
Expand Down

0 comments on commit a16ba13

Please sign in to comment.