Skip to content

Commit

Permalink
disable dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Jul 19, 2023
1 parent 4fc6415 commit 14f3f95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: operator
description: A Helm chart for Weights & Biases operator
type: application
version: 0.1.1
version: 0.1.2
appVersion: "1.0.0"
maintainers:
- name: wandb
Expand Down
4 changes: 1 addition & 3 deletions charts/operator/templates/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ spec:
- /manager
args:
- --leader-elect
{{- if .Values.manager.debug.enabled }}
- --zap-devel=true
{{- end }}
- --zap-devel=false
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
{{- if .Values.image.pullPolicy }}
imagePullPolicy: {{ .Values.image.pullPolicy | quote }}
Expand Down

0 comments on commit 14f3f95

Please sign in to comment.