Skip to content

Commit

Permalink
fix: kustomize image name
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Feb 5, 2024
1 parent 4b565e3 commit 229222f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manager/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
terminationGracePeriodSeconds: 10
containers:
- name: manager
image: ghcr.io/kcl-lang/kcl-controller:latest
image: kcl-controller
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit 229222f

Please sign in to comment.