Skip to content

Commit

Permalink
Revert customlabels variable
Browse files Browse the repository at this point in the history
  • Loading branch information
antvick committed Oct 18, 2022
1 parent 37424c1 commit 9918d41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/kminion/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ metadata:
{{- with .Values.deployment.labels}}
{{- toYaml . | nindent 4}}
{{- end}}
{{- with .Values.deployment.annotations}}
annotations:
{{- with .Values.deployment.annotations}}
{{- toYaml . | nindent 4}}
{{- end}}
spec:
Expand All @@ -27,8 +27,8 @@ spec:
{{- end}}
labels:
{{- include "kminion.selectorLabels" . | nindent 8}}
{{- if .Values.podLabels -}}
{{toYaml .Values.podLabels | nindent 8}}
{{- if .Values.customLabels -}}
{{toYaml .Values.customLabels | nindent 8}}
{{- end}}
spec:
{{- with .Values.imagePullSecrets}}
Expand Down
4 changes: 1 addition & 3 deletions charts/kminion/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ podAnnotations: {}
# prometheus.io/port: "8080"
# prometheus.io/path: "/metrics"

podLabels: {}

podSecurityContext:
runAsUser: 99
fsGroup: 99
Expand Down Expand Up @@ -91,7 +89,7 @@ tolerations: []

affinity: {}


customLabels: {}

serviceMonitor:
create: false
Expand Down

0 comments on commit 9918d41

Please sign in to comment.