Skip to content

Conversation

@TheRealNoob
Copy link

@TheRealNoob TheRealNoob commented Jun 3, 2024

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 }}

@TheRealNoob TheRealNoob requested review from a team and spron-in as code owners June 3, 2024 07:37
@TheRealNoob TheRealNoob requested review from JiriCtvrtka and idoqo and removed request for a team June 3, 2024 07:37
@it-percona-cla
Copy link

it-percona-cla commented Jun 3, 2024

CLA assistant check
All committers have signed the CLA.

@skhtor
Copy link

skhtor commented Mar 24, 2025

Also eager for this to be merged. YAML merging is very useful and keeps our env-specific values files small.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants