chore(dispatch) restructuring values

This commit is contained in:
Tommy 2023-12-16 16:54:42 +01:00
parent c066b695cd
commit ee0fc45bc6
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
apiVersion: v2
name: dispatch
description: Netflix Dispatch incident management system
version: 0.2.2
version: 0.2.3

View file

@ -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