Skip to content

Commit

Permalink
fix: Make the configmap used in airgapped deploys optional (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpanzella authored Sep 12, 2024
1 parent fe97ad1 commit 4ddb6ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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: 1.3.1
version: 1.3.2
appVersion: "1.0.0"
maintainers:
- name: wandb
Expand Down
1 change: 1 addition & 0 deletions charts/operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ spec:
- name: {{ include "name" . }}-charts
configMap:
name: {{ include "name" . }}-charts
optional: true
{{- end }}
{{- if .Values.customCACerts }}
volumes:
Expand Down

0 comments on commit 4ddb6ce

Please sign in to comment.