Skip to content

Commit

Permalink
chore: add namespace to generated command (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
Startouf authored Mar 23, 2023
1 parent 73f8bd9 commit c73549b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Congratulations! k8s-ecr-login-renew should now be setup to run in your cluster.

It might be a little while before the cron job gets executed on its schedule.
To kick off a manual run, type: kubectl create job --from=cronjob/{{ .Values.names.cronJob }} {{ .Values.names.cronJob }}-manual-1
To kick off a manual run, type: kubectl -n {{ .Release.Namespace }} create job --from=cronjob/{{ .Values.names.cronJob }} {{ .Values.names.cronJob }}-manual-1

0 comments on commit c73549b

Please sign in to comment.