chore(dispatch) restructuring values
This commit is contained in:
parent
c066b695cd
commit
ee0fc45bc6
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: dispatch
|
name: dispatch
|
||||||
description: Netflix Dispatch incident management system
|
description: Netflix Dispatch incident management system
|
||||||
version: 0.2.2
|
version: 0.2.3
|
|
@ -1,4 +1,4 @@
|
||||||
envFromSecret: *secret dispatch-secret
|
envFromSecret: &secret dispatch-secret
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/tommy-skaug/dispatch
|
repository: ghcr.io/tommy-skaug/dispatch
|
||||||
|
@ -12,7 +12,7 @@ initContainers:
|
||||||
tag: "16"
|
tag: "16"
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: &secret
|
name: *secret
|
||||||
|
|
||||||
url: http://localhost:80
|
url: http://localhost:80
|
||||||
|
|
||||||
|
@ -33,4 +33,4 @@ postgres:
|
||||||
database_name: "dispatch"
|
database_name: "dispatch"
|
||||||
port: "5432"
|
port: "5432"
|
||||||
secretRef:
|
secretRef:
|
||||||
name: &secret
|
name: *secret
|
Loading…
Reference in a new issue