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
Agreed, this prevents from having a proper kustomize overlay on top of the upstream project. The only workable approach I have found is to add this upstream as a submodule in our git repo, and then create dummy files as part of the build pipeline inside of the upstream checkout, as #448 is doing. Otherwise, the kustomize overlay refuses to load, as it will try to find those files in the upstream definition base. It works, but kludge 😅
Issue:
Path: wazuh/kustomization.yml
Pain:
This removes the ability to build a remote base versioned with Git and handle our own overlays from a different repository.
Root cause:
Missing PEM files.
same result for
kubectl kustomize https://github.com/wazuh/wazuh-kubernetes//wazuh
Same for master, 4.3, 4.3.1 branches
The text was updated successfully, but these errors were encountered: