Skip to content

Commit

Permalink
Merge pull request #30 from olivier-jobert/feature/extra-labels
Browse files Browse the repository at this point in the history
Add the possibility of specifying extra labels
  • Loading branch information
thebsdbox authored May 10, 2024
2 parents 5f24093 + 85241c3 commit fb03baf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/kube-vip/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ spec:
metadata:
labels:
{{- include "kube-vip.selectorLabels" . | nindent 8 }}
{{- with .Values.extraLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
containers:
- args:
Expand Down
3 changes: 3 additions & 0 deletions charts/kube-vip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ envFrom: []
# - secretKeyRef:
# name: kube-vip

extraLabels: {}
# Specify extra labels to be added to DaemonSet (and therefore to Pods)

imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit fb03baf

Please sign in to comment.