11 lines
220 B
YAML
11 lines
220 B
YAML
- op: replace
|
|
path: /spec/template/spec/containers/0/env/0
|
|
value:
|
|
name: LOG_LEVEL
|
|
value: "4"
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/envFrom/-
|
|
value:
|
|
secretRef:
|
|
name: prod-atlantis-env
|