-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kots repl syntax not taking values #2592
Comments
hi @gauravkcldcvr, could you please share the relevant parts of the config yaml file? |
if you'd like to use an AND operation, you can do something like this
if the "SecretName" config option is of type "bool", then you'd wanna use "1"/"0" instead of "true"/"false" https://kots.io/reference/v1beta1/config/#bool |
we have a manifest kots values.yaml file which looks like this below. But it's not taking both of the below conditions at once like mentioned below. Should validate both conditions. Can we not use multiple if blocks one after the another?
|
We have defined two conditions in kots manifest values.yaml that is being used in helm charts, but it is not taking the both the conditions at once, is there any way we can use AND operator in the syntax or can use two conditions one after the another which seems to be not in working, or am I using it wrongly?
Need help regarding this. Thanks in advance!
condition 1:
condition 2:
The text was updated successfully, but these errors were encountered: