Skip to content

Commit

Permalink
Merge pull request #13 from kcl-lang/fix-config-image-name
Browse files Browse the repository at this point in the history
fix: kustomize image name
  • Loading branch information
Peefy authored Feb 5, 2024
2 parents 4b565e3 + 229222f commit 426c329
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 426c329

Please sign in to comment.