Skip to content

Commit

Permalink
fix deployment always update
Browse files Browse the repository at this point in the history
Signed-off-by: DangPeng Liu <[email protected]>
  • Loading branch information
ldpliu committed Dec 24, 2024
1 parent 7a74c9a commit e535405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operator/pkg/controllers/grafana/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,9 @@ spec:
{{- range .Tolerations}}
- key: "{{.Key}}"
operator: "{{.Operator}}"
{{- if .Value }}
value: "{{.Value}}"
{{- end}}
effect: "{{.Effect}}"
{{- if .TolerationSeconds}}
tolerationSeconds: {{.TolerationSeconds}}
Expand Down
2 changes: 2 additions & 0 deletions operator/pkg/controllers/manager/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ spec:
{{- range .Tolerations}}
- key: "{{.Key}}"
operator: "{{.Operator}}"
{{- if .Value }}
value: "{{.Value}}"
{{- end}}
effect: "{{.Effect}}"
{{- if .TolerationSeconds}}
tolerationSeconds: {{.TolerationSeconds}}
Expand Down

0 comments on commit e535405

Please sign in to comment.