David Jarosch
David Jarosch
Same here. Wondering how to make this work with Terraform.
Ok, I've got it up and running: ```yaml --- initContainers: - name: velero-plugin-for-gcp image: velero/velero-plugin-for-gcp:v1.4.1 imagePullPolicy: IfNotPresent volumeMounts: - mountPath: /target name: plugins metrics: serviceMonitor: enabled: true configuration: defaultVolumesToRestic: true...
Sure. Shall I create a new values.yaml for workload identities only? What's your idea of implementing this?
Oh wow, such an old post. It still applies and I can confirm this behaviour. values.yaml: ```yaml neo4j: name: "staging" passwordFromSecret: neo4j-password ``` Running with `helmfile apply`: ```console helmfile apply...