updating parameters
This commit is contained in:
parent
392835be86
commit
540a28b15e
@ -28,6 +28,11 @@ spec:
|
|||||||
# (or the repo where this Application manifest itself lives if managed via GitOps)
|
# (or the repo where this Application manifest itself lives if managed via GitOps)
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- values.yaml # <-- PATH TO YOUR VALUES FILE IN GIT
|
- values.yaml # <-- PATH TO YOUR VALUES FILE IN GIT
|
||||||
|
parameters:
|
||||||
|
- name: installCRDs
|
||||||
|
value: 'true'
|
||||||
|
- name: crds.enabled
|
||||||
|
value: 'true'
|
||||||
|
|
||||||
# Destination cluster and namespace
|
# Destination cluster and namespace
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user