Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
panshuai111 committed May 21, 2024
1 parent c1b4cf9 commit 41dd170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions/karpor/0.3.23/templates/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
- /bin/sh
- -c
args:
- go install github.com/KusionStack/karpor/hack/cert-generator@v{{ .Values.tag }} && cert-generator --ca-name=karpor-secret --kubeconfig-name=karpor-kubeconfig
- go install github.com/KusionStack/karpor/hack/cert-generator@latest && cert-generator --ca-name=karpor-secret --kubeconfig-name=karpor-kubeconfig
restartPolicy: OnFailure
---
apiVersion: rbac.authorization.k8s.io/v1
Expand Down

0 comments on commit 41dd170

Please sign in to comment.