-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add namespace to generated command (#61)
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |