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
Assuming a valid kubectl context with an empty default namespace.
results in:
$ export KLUCTL_ARG_0=namespace=default
$ kluctl render --print-all
⚠ Failed to detect git project root. This might cause follow-up errors
✓ Loading kluctl project
✓ Initializing k8s client
✗ failed to load deployment config for /Users/myuser/Documents/Projects/Working/kluktl: failed to load deployment.yml: Key: 'VarsSource.self' Error:Field validation for 'self' failed on the 'more then one vars source type' tag
Relevant log output
Failed to detect git project root. This might cause follow-up errors
enter LoadKluctlProject
Loading kluctl project
Loading targets
Done loading targets
leave LoadKluctlProject
Initializing k8s client
failed to load deployment config for /Users/myuser/Documents/Projects/Working/kluktl: failed to load deployment.yml: Key: 'VarsSource.self' Error:Field validation for'self' failed on the 'more then one vars source type' tag
The text was updated successfully, but these errors were encountered:
Operating system
macOS 14.3.1 (23D60)
Kluctl Version
2.23.5
Kubernetes Version
v1.27.8-gke.1067004
kubectl Version
v1.29.0
Bug description
Adding sensitive: true to a file source of variables seems to cause issue
Steps to reproduce
Create a .kluctl.yml file of
deployment.yml of:
Assuming a valid kubectl context with an empty default namespace.
results in:
Relevant log output
The text was updated successfully, but these errors were encountered: