Christoph Schulz
Christoph Schulz
Hi, kustomize by default applies a "name suffix hash" to all ConfigMaps and Secrets it generates via `configMapGenerator`/`secretGenerator`, so maybe a "use at your own risk"-flag like `diffStripKustomizeNameSuffixHash: yes`, simply...
Same warning/info here, simply trying to deploy resources to a single NS. :) ``` $ kustomize build ... > kapp.yml $ kapp deploy -a app -f kapp.yml Target cluster '--%
https://github.com/vmware-tanzu/carvel-kapp/blob/6bca22dd864f60f1d36b9b499d0c5226adf3d07d/pkg/kapp/resources/resources.go#L551 seems to have been added here: https://github.com/vmware-tanzu/carvel-kapp/pull/327/files#diff-4bf6c9b48383fc3b53344634e9527785c014d0aa647140a49c63d76bc1b22918R549
https://gist.github.com/ciis0/e032866b877ea0341fa5c49a328fb0ba
Hi, > im assuming your RBAC allows to list namespaces? in our test-environment our Jenkins has one, single SA for all namespaces. > does it need to? We have a...
Hi, our cluster admin set that up, I'll check.
Hi, we haven't used the cluster setup in a while, but I am also facing this issue when running kapp with my personal account which has access to large number...
missed that, the warning does not appear with that, thanks for the hint!
In our project we use this feature to inject credentials into ConfigMaps, using `kustomize edit` risks exposing the credentials in left-over files (we pipe `kustomize build` directly into `kubectl apply`)....
So, I `getLog().info(...)`-debugged some things and found that the issue arises in the following line: https://github.com/mojohaus/flatten-maven-plugin/blob/16516a90387d6f543e9697aafd3b6ffb79484882/src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java#L605 This "original model" already has some properties interpolated, for example `${basedir}`, which is the...