You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value for .Values.webhooks.ingresses.namespaceSelector includes a "matchExpressions" key that is being merged with the default webhook configuration resulting in invalid YAML
I believe this regression was introduced in this commit , by forgetting to delete lines L57-L59
How to reproduce
Install the helm chart with default values in dry run mode (helm template)
Expected behavior
Succesful templating of capsule release via helm chart, producing valid YAML.
Logs
If applicable, please provide logs of capsule.
line 3227: mapping key "matchExpressions" already defined at line 3224
Additional context
Capsule version: 0.1.0
Helm Chart version: 0.1.1
Kubernetes version: (kubectl version)
The text was updated successfully, but these errors were encountered:
Hey @RixTmobilender, should be fixed by the said MR, Charts is published here: update your Helm chart and open it back in case of any issue, and thanks for taking a look at Capsule!
Bug description
The default value for .Values.webhooks.ingresses.namespaceSelector includes a "matchExpressions" key that is being merged with the default webhook configuration resulting in invalid YAML
I believe this regression was introduced in this commit , by forgetting to delete lines L57-L59
How to reproduce
Install the helm chart with default values in dry run mode (helm template)
Expected behavior
Succesful templating of capsule release via helm chart, producing valid YAML.
Logs
If applicable, please provide logs of
capsule
.line 3227: mapping key "matchExpressions" already defined at line 3224
Additional context
kubectl version
)The text was updated successfully, but these errors were encountered: