Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
feat: update pods deployment labels
Browse files Browse the repository at this point in the history
## Describe your changes

Update labels on pods managed by deployment.
  • Loading branch information
thib-mary committed Jan 8, 2024
1 parent da8835e commit 91d7531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/access/slack/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
{{- toYaml . | nindent 8 }}
{{- end }}
labels:
{{- include "slack.selectorLabels" . | nindent 8 }}
{{- include "slack.labels" . | nindent 8 }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 91d7531

Please sign in to comment.