fix: rename environment2 to environment (#199)
update the environment secret reference to match what has been deployed. this prevents a containerconfigerror --------- Co-authored-by: Ben Vincent <ben@unkin.net> Reviewed-on: #199
This commit was merged in pull request #199.
This commit is contained in:
@@ -46,7 +46,7 @@ spec:
|
|||||||
name: api-env
|
name: api-env
|
||||||
optional: false
|
optional: false
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: environment2
|
name: environment
|
||||||
optional: false
|
optional: false
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: combined-certs
|
- name: combined-certs
|
||||||
|
|||||||
Reference in New Issue
Block a user