Skip to content

Commit

Permalink
Give the created shared secret all the labels too
Browse files Browse the repository at this point in the history
  • Loading branch information
benbz committed Jun 29, 2023
1 parent a7ec15e commit dc0d8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
JVB_AUTH_PASSWORD: {{ required "JVB_AUTH_PASSWORD is required" $.Values.JVB_AUTH_PASSWORD | b64enc }}
kind: Secret
metadata:
labels: {{ include "jitsi.labels" $ | nindent 4 }}
labels: {{ include "jitsi.config.labels" $ | nindent 4 }}
name: {{ include "jitsi.sharedSecret.name" $ }}
namespace: {{ $.Release.Namespace }}
type: Opaque
Expand Down

0 comments on commit dc0d8a6

Please sign in to comment.