Skip to content

Allow extra env#19

Open
Turgon37 wants to merge 2 commits intounpoller:mainfrom
Turgon37:main
Open

Allow extra env#19
Turgon37 wants to merge 2 commits intounpoller:mainfrom
Turgon37:main

Conversation

@Turgon37
Copy link

Hello,

I need extra env to allow a parent chart to pass

unpoller:
  extraEnv:
  - name: UP_UNIFI_CONTROLLER_0_URL
    value: "https://unifiunpoller:8443"
  - name: UP_UNIFI_CONTROLLER_0_USER
    valueFrom:
      secretKeyRef:
        name: unifi-metrics-credentials
        key: username
  - name: UP_UNIFI_CONTROLLER_0_PASS
    valueFrom:
      secretKeyRef:
        name: unifi-metrics-credentials
        key: password

without needed to edit the configmap containing the "complex" file

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant