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
|
||||
name: dispatch
|
||||
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:
|
||||
repository: ghcr.io/tommy-skaug/dispatch
|
||||
|
@ -12,7 +12,7 @@ initContainers:
|
|||
tag: "16"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: &secret
|
||||
name: *secret
|
||||
|
||||
url: http://localhost:80
|
||||
|
||||
|
@ -33,4 +33,4 @@ postgres:
|
|||
database_name: "dispatch"
|
||||
port: "5432"
|
||||
secretRef:
|
||||
name: &secret
|
||||
name: *secret
|
Loading…
Reference in a new issue