Skip to content

Commit

Permalink
Give the created shard 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 b4c7b2d commit c168e34
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 c168e34

Please sign in to comment.