-
### What happened?
We have a YAML string in a ConfigMap that contains a variable (e.g. `${TEST}`) which will be replaced with a string AFTER running `kustomize --build .`
The problem is that th…
-
# Issue abstract
Right now `REQ_USERNAME` and `REQ_PASSWORD` is used for authenticating for both the REQ_URL and any configmaps/secrets with `*.url` key, I believe it would be good for these to be ha…
-
My Argo application has the following image set:
```yaml
Source:
Kustomize:
Images:
busybox:1.24.0
```
Kustomization:
```yaml
apiVersion: kustomize.config.k8s.io/v1beta1
…
-
Some of our components are Java based, and their variable are use ${} as the variable just like below.
```
${LOG_PATTERN}
…
-
It is usually usefull to be able to add `labels` and `annotations` to services. One usecase might be to use `cilium L2LoadbalancerIpPool`, which usually needs `labels` to point to the pool that will h…
-
### Expected behavior
```
> mkdir config
> echo '{"a": "a long string that would absolutely certainly see a newline introduced by the YAML marshaller"}' >config/a.json
> kpt fn source config | k…
-
If i use this
```
global:
annotations:
eks.amazonaws.com/role-arn: arn:aws:iam::xxxx:role/xxxxxxx-pingelm-pap-irsa
```
It works
But if i use
```
global:
annotations:
…
-
I have an Nginx configuration that is loaded into a config map. I was using variable substitution functionality from Flux Kustomization and this caused weird errors.
It turns out that tab character…
-
**What happened?**
We prefer to run our pods from a private pull-thru Docker image cache rather than directly from Dockerhub. At the same time, the auto-update feature with the schedule and `dockerh…
-
### Current and expected behavior
I have a dummy controller that creates a deployment based on a CRD. I'm watching the deployments this controller owns and triggering reconcile events on changes ther…