Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pmm] add extraObjects #330

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

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 spron-in and a team as code owners June 3, 2024 07:37
@TheRealNoob TheRealNoob requested review from idoqo and JiriCtvrtka 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.

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.

3 participants