Max Voitko
Max Voitko
Is it possible to use the k8s reflector with [External Secrets](https://github.com/external-secrets/external-secrets)?
For now, the only way to override configMapGenerator is to define one more layer of kustomization base. Since `secretGenerator` is available, it's logical to provide `configMapGeneraotor` as well.
**Which issue is resolved by this Pull Request:** Resolves # **Description of your changes:** **Checklist:** - [ ] Unit tests pass: **Make sure you have installed kustomize == 3.2.1** 1....
Kubenetes version: 1.19 Suggested solution is to specify the default value for protocol as mentioned in https://github.com/kubernetes-sigs/structured-merge-diff/issues/130 ``` ╷ │ Error: API response status: Failure │ │ with kubernetes_manifest.flux["apps/v1/deployment/flux-system/helm-controller"], │...
Signed-off-by: Maksym Voitko **Which issue is resolved by this Pull Request:** Resolves # **Description of your changes:** **Testing:** - [ ] Unit tests pass - [ ] e2e tests pass...
## Issue ### Context - **Jenkins version**: 2.107 - **Job type**: Pipeline, Freestyle, Matrix - **Allure plugin version**: 2.28.1 - **Allure commandline version**: X.Y.Z ### Problem description I was installing...
[It's stated in the docs](https://fluxcd.io/docs/faq/#what-is-the-behavior-of-kustomize-used-by-flux) that > `--reorder` is set to legacy, so the output will have namespaces and cluster roles/role bindings first, CRDs before CRs, and webhooks last. How...