Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
supercairos committed Oct 30, 2023
1 parent 413e0ba commit 4a23f74
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions hacks/values/hydra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,6 @@ janitor:
podSecurityContext:
runAsNonRoot: true

cronjob:
janitor:
extraInitContainers: |
- name: "hello-world"
image: "alpine:latest"
command: ["/bin/sh"]
args: ["-c", "echo hello, world!"]
extraContainers: |
- name: "sidecar"
image: "alpine:latest"
command: ["/bin/sh"]
args: ["-c", "sleep infinity"]
priorityClassName: "system-cluster-critical"

deployment:
Expand Down Expand Up @@ -153,6 +140,16 @@ cronjob:
ory.sh/test: hydra
annotations:
ory.sh/test: hydra
extraInitContainers: |
- name: "hello-world"
image: "alpine:latest"
command: ["/bin/sh"]
args: ["-c", "echo hello, world!"]
extraContainers: |
- name: "sidecar"
image: "alpine:latest"
command: ["/bin/sh"]
args: ["-c", "sleep infinity"]
podMetadata:
labels:
ory.sh/pod_label: hydra
Expand Down

0 comments on commit 4a23f74

Please sign in to comment.