Skip to content

Commit

Permalink
πŸ› Unable to set resources without caBundle
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbus committed Dec 23, 2024
1 parent 6a81f15 commit ba31f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/k8s-osc-ccm/templates/osc-ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ spec:
- --configure-cloud-routes=false
- --cloud-provider=osc
- -v={{ .Values.verbose }}
{{- if .Values.caBundle.name }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- if .Values.caBundle.name }}
volumeMounts:
- name: ca-bundle
mountPath: /etc/ssl/certs
Expand Down

0 comments on commit ba31f13

Please sign in to comment.