percona / percona-helm-charts

Collection of Helm charts for Percona Kubernetes Operators.
https://www.percona.com/software/percona-kubernetes-operators
Other
110 stars 151 forks source link

[pmm] add extraObjects #330

Open TheRealNoob opened 1 month ago

TheRealNoob commented 1 month ago

add extraObjects

extraObjects can be defined as strings or dictionaries. string format is useful if the field names are variable, for example...

extraObjects:
  - |
    apiVersion: v1
    kind: Secret
    type: Opaque
    data:
      {{- range $key, $value := .Values.someDict }}
        {{ $key }} : {{ b64enc $value }}
      {{- end }}
it-percona-cla commented 1 month ago

CLA assistant check
All committers have signed the CLA.