Skip to content

Commit

Permalink
Kustomize: rename container.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Dec 24, 2024
1 parent 68b079b commit 38fed15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
app: flatbacks-website
spec:
containers:
- name: flatbacks
- name: flatbacks-website
image: ghcr.io/dbca-wa/flatbacks-website
imagePullPolicy: Always
env:
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/prod/deployment_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
template:
spec:
containers:
- name: flatbacks
- name: flatbacks-website
imagePullPolicy: IfNotPresent
env:
- name: DATABASE_HOST
Expand Down
2 changes: 1 addition & 1 deletion kustomize/overlays/uat/deployment_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
template:
spec:
containers:
- name: flatbacks
- name: flatbacks-website
env:
- name: DATABASE_HOST
valueFrom:
Expand Down

0 comments on commit 38fed15

Please sign in to comment.