Jaroslav Precuch
Jaroslav Precuch
### Describe the bug Currently based on documentaion https://fluxcd.io/docs/guides/helmreleases/#refer-to-values-in-configmaps-generated-with-kustomize "It is possible to use Kustomize Configmap Generator to trigger a Helm release upgrade every time the encoded values change." There...
### Describe the bug I'm not sure how to explain this but when we are trying to adjust "suspend" which is boolean on helmrelease using postBuild varaibles, kustomize validation (kustomize...
**Describe the request** Is there some recommended way how we can easily migrate from aks-engine to AKS? If yes, can it be added to the aks-engine repository? I found only...
**Describe the solution you'd like** External-secrets seems to not accept configmap with function toUpper/index inside of template. It would be good if it somehow can accept it because it is...
We've been using until now little messy but code that worked nicely with helm (--dry-run or upgrade/install) Example of not-accepted code: ``` apiVersion: v1 kind: ConfigMap metadata: name: nfsaas-configmap namespace:...
When using default configuration without specifying ciphers tls_cipher_suites the sweet32 vulnerability is found ``` PORT STATE SERVICE 80/tcp open http | ssl-enum-ciphers: | TLSv1.0: | ciphers: | TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA (secp256r1) -...
**What steps did you take and what happened:** We specified schedules using values.yaml file: ``` schedules: full-24h-all-ns-bkp: schedule: "30 8 * * *" template: ttl: "336h0m0s" includedNamespaces: - '*' snapshotVolumes:...
### Describe the bug I've tried to upgrade helmchart using FluxCD from one version to another. However new chart had issue in .yaml file (passed helm int) When FluxCD tried...
**Describe the problem/challenge you have** It seems based on our research tha velero is not using FIPS compliant crypto at the moment. https://github.com/vmware-tanzu/velero/blob/main/Dockerfile#L14 Would it be possible to start using...
Hi, I would like to implement https://github.com/actions/cache to my workflows where I create these binaries using go-release-action. However whatever I try to figure out how to configure that cache, it...