Codex: Fix kustomize staging deployment patch
Add envFrom key as whole, I guess
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/envFrom/-
|
||||
path: /spec/template/spec/containers/0/-
|
||||
value:
|
||||
secretRef:
|
||||
name: azure-keyvault
|
||||
envFrom:
|
||||
secretRef:
|
||||
name: azure-keyvault
|
||||
|
||||
Reference in New Issue
Block a user