Skip to content

Commit

Permalink
fixing the nameSuffix parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rlinstorres committed Jul 27, 2023
1 parent 3a4318b commit 47ccfb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/job/job
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ install_resources () {
fi

kustomize edit set namespace "$namespace"
kustomize edit set nameSuffix "$updated_at"
kustomize edit set nameSuffix '-"'$updated_at'"'
kustomize edit add annotation --force \
app.kubernetes.io/instance:"$namespace" \
app.kubernetes.io/pull_request_number:"$pull_request_number" \
Expand Down

0 comments on commit 47ccfb9

Please sign in to comment.