Skip to content

Commit

Permalink
feat(helm): add default labels to secret
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Jul 4, 2023
1 parent ecbe7e5 commit dfe107d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/managed-identity-wallet/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ apiVersion: v1
kind: Secret
metadata:
name: {{ include "managed-identity-wallet.fullname" . }}
labels:
{{- include "managed-identity-wallet.labels" . | nindent 4 }}
type: Opaque
data:
{{- range $key, $val := .Values.secrets }}
Expand Down

0 comments on commit dfe107d

Please sign in to comment.