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
|
||||
|
||||
installCRDs: false # this needs to be false with ct
|
||||
installCRDs: true # this needs to be true with ct (install)
|
||||
|
||||
image:
|
||||
# The image repository
|
||||
|
|
|
@ -3,9 +3,9 @@ args:
|
|||
|
||||
replicaCount: 3
|
||||
|
||||
installCRDs: false
|
||||
installCRDs: true
|
||||
|
||||
mountSSHKnownHostsVolume: false
|
||||
mountTLSCertsVolume: false
|
||||
mountGPGKeysVolume: false
|
||||
mountGPGKeyringVolume: false
|
||||
mountGPGKeyringVolume: false
|
||||
|
|
Loading…
Reference in a new issue