Skip to content

Commit

Permalink
Update kratos.yaml (#311)
Browse files Browse the repository at this point in the history
Add hello world init container
  • Loading branch information
Demonsthere authored Aug 16, 2021
1 parent fadd949 commit d1f818d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/values/kratos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,9 @@ ingress:
enabled: true
public:
enabled: true
deployment:
extraInitContainers: |
- name: "hello-world"
image: "alpine:latest"
command: ["/bin/sh"]
args: ["-c", "echo hello, world!"]

0 comments on commit d1f818d

Please sign in to comment.