Skip to content

Commit

Permalink
updating documentation for universal init container
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickGoRaft committed Dec 12, 2024
1 parent 0a484de commit 6588dd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kubernetes/hmda-auth/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ spec:
- /bin/sh
- -c
- --
image: 626560329871.dkr.ecr.us-east-1.amazonaws.com/hmda/hmda-auth:init-universal-12092025
name: hmda-init-universal
image: 626560329871.dkr.ecr.us-east-1.amazonaws.com/hmda/hmda-init:v1.0.0
name: hmda-init
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/hmda-data-browser-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ spec:
- /bin/sh
- -c
- --
image: 626560329871.dkr.ecr.us-east-1.amazonaws.com/hmda/hmda-auth:init-universal-12092025
name: hmda-init-universal
image: 626560329871.dkr.ecr.us-east-1.amazonaws.com/hmda/hmda-init:v1.0.0
name: hmda-init
resources: {}
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
Expand Down

0 comments on commit 6588dd5

Please sign in to comment.