Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
put actual image name in kustomize
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Nov 1, 2024
1 parent 3dc6d88 commit 06c9b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
serviceAccountName: scality-object-storage-provisioner
containers:
- name: scality-cosi-driver
image: "$(COSI_DRIVER_IMAGE_NAME):$(COSI_DRIVER_IMAGE_TAG)"
image: ghcr.io/scality/cosi-driver:latest
imagePullPolicy: IfNotPresent
args:
- "--driver-prefix=cosi"
Expand Down

0 comments on commit 06c9b0b

Please sign in to comment.