Skip to content

Commit

Permalink
BUGFIX use consistent app_name_hyphen for all "image" definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
miker985 committed Dec 4, 2024
1 parent f7bf729 commit b5e2556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes-config/automation.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ metadata:
name: ${template:app_name_hyphen}-gar
namespace: default # must be 'default' in MCI, even if app itself is not in default
spec:
image: us-docker.pkg.dev/uwit-mci-iam/containers/${template:app_name}
image: us-docker.pkg.dev/uwit-mci-iam/containers/${template:app_name_hyphen}
interval: 2m0s
secretRef:
name: flux-mci-registry-credential

0 comments on commit b5e2556

Please sign in to comment.