Skip to content

Commit

Permalink
[Feature] Allow custom labels&annotations for kuberay operator (ray-p…
Browse files Browse the repository at this point in the history
…roject#1276)

Co-authored-by: Marius Predescu <[email protected]>
  • Loading branch information
mariusp and ssf-test authored Jul 28, 2023
1 parent 907be43 commit 44425e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helm-chart/kuberay-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ spec:
app.kubernetes.io/name: {{ include "kuberay-operator.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: kuberay-operator
{{- if .Values.labels }}
{{- toYaml .Values.labels | nindent 8 }}
{{- end }}
{{- if .Values.annotations }}
annotations:
{{- toYaml .Values.annotations | nindent 8 }}
{{- end }}
spec:
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
Expand Down

0 comments on commit 44425e2

Please sign in to comment.