Skip to content

Commit

Permalink
add label option to pod
Browse files Browse the repository at this point in the history
  • Loading branch information
wadhah101 committed Dec 5, 2024
1 parent 6cbfc9e commit ce45407
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/lakefs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
{{- end }}
labels:
{{- include "lakefs.selectorLabels" . | nindent 8 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
serviceAccountName: {{ include "lakefs.serviceAccountName" . }}
securityContext:
Expand Down
5 changes: 5 additions & 0 deletions charts/lakefs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ ingress:
# - chart-example.local


# Extra annotations to add to the pod
podAnnotations: {}

# Extra labels to add to the pod
podLabels: {}

jobPodAnnotations:
sidecar.istio.io/inject: "false"

Expand Down

0 comments on commit ce45407

Please sign in to comment.