Skip to content

Commit

Permalink
Removing dashes from end
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneebstakater committed May 19, 2022
1 parent f3f7359 commit 81f0597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ingressmonitorcontroller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
{{ if .Values.kube-rbac-proxy.resources }}
resources:
{{ toYaml .Values.kube-rbac-proxy.resources | indent 10 }}
{{- end }}
{{ end }}
name: manager
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand All @@ -81,7 +81,7 @@ spec:
{{ if .Values.manager.resources }}
resources:
{{ toYaml .Values.manager.resources | indent 10 }}
{{- end }}
{{ end }}
terminationGracePeriodSeconds: 10
{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down

0 comments on commit 81f0597

Please sign in to comment.