Skip to content

Commit

Permalink
fix: Use templated name for COSI driver secret
Browse files Browse the repository at this point in the history
Follow-up for #1547.
  • Loading branch information
alembiewski authored Feb 4, 2025
1 parent a5162d3 commit 5e678af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staging/cosi-driver-nutanix/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
containers:
- envFrom:
- secretRef:
name: objectstorage-provisioner
name: {{ include "cosi-driver-nutanix.name" . }}
image: "{{ .Values.image.registry }}/{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
name: cosi-driver-nutanix
Expand All @@ -44,7 +44,7 @@ spec:
- "--v={{ .Values.objectstorageProvisionerSidecar.logLevel }}"
envFrom:
- secretRef:
name: objectstorage-provisioner
name: {{ include "cosi-driver-nutanix.name" . }}
env:
- name: POD_NAMESPACE
valueFrom:
Expand Down

0 comments on commit 5e678af

Please sign in to comment.