Correct ct
Signed-off-by: Oliver Bähler <oliverbaehler@hotmail.com>
This commit is contained in:
parent
3dbda8fd11
commit
195180e4d9
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
installCRDs: false # this needs to be false with ct
|
installCRDs: true # this needs to be true with ct (install)
|
||||||
|
|
||||||
image:
|
image:
|
||||||
# The image repository
|
# The image repository
|
||||||
|
|
|
@ -3,7 +3,7 @@ args:
|
||||||
|
|
||||||
replicaCount: 3
|
replicaCount: 3
|
||||||
|
|
||||||
installCRDs: false
|
installCRDs: true
|
||||||
|
|
||||||
mountSSHKnownHostsVolume: false
|
mountSSHKnownHostsVolume: false
|
||||||
mountTLSCertsVolume: false
|
mountTLSCertsVolume: false
|
||||||
|
|
Loading…
Reference in a new issue