Ruslan
Ruslan
For exec with variables, may be this example helps anybody: ``` {{- range $_, $file := ( exec "bash" ( list "-c" (printf "echo -n %s/%s/*dash*.json" .Values.xxx.backupdir .Environment.Name)) | splitList...
An interesting behavior: on different clusters, it takes different times for the transition to the Running state. From 40 second to up to 4 minutes. I had similar issue with...
You can add port via .Values.extraPorts: https://github.com/mattermost/mattermost-helm/blob/05205f7ae906138dc21432f3c0da23fbe4f8fdfd/charts/mattermost-team-edition/templates/deployment.yaml#L81C27-L81C37
you can do it via extraDeploy (Secret + StorageClass )
@rufdoSICKAG could you also add metadata.annotation value to secret ? It will be convenient to use with vault webhook to modify secret.
nextcloud:27.1.2 NCDownloader 1.0.20 backend s3 - not working. responce: error " is not writable"
https://github.com/lucj/argocd-helmfile-plugin/pull/9
the same issue keycloak:24.0.4 provider: 4.4.0 changing values via ``` resource "keycloak_openid_client" "some_client" { ... authorization { policy_enforcement_mode = "ENFORCING" decision_strategy = "UNANIMOUS" #policy_enforcement_mode = "PERMISSIVE" #decision_strategy = "AFFIRMATIVE" }...
https://www.dbi-services.com/blog/postgresql-17-new-catalog-view-pg_stat_checkpointer/