replicatedhq / kots

KOTS provides the framework, tools and integrations that enable the delivery and management of 3rd-party Kubernetes applications, a.k.a. Kubernetes Off-The-Shelf (KOTS) Software.
https://kots.io
Apache License 2.0
898 stars 88 forks source link

```--config-values``` flag not Working #2671

Open MorC15 opened 2 years ago

MorC15 commented 2 years ago

I can not change the default values using the configValues.yaml file

kots version 1.67

define-application-configuration-values

kubectl kots install app-name \
    --namespace app-name \
    --shared-password password \
    --license-file ./license.yaml \
    --config-values ./upstream/userdata/configValues.yaml \
    --no-port-forward
obfuscurity commented 2 years ago

The --config-values option is for passing configuration values to the application, but it cannot be used to override defaults.