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

Enable load configMap or Secret with envFrom #93

Closed
ialejandro opened this issue Nov 13, 2024 · 0 comments · Fixed by #103
Closed

Enable load configMap or Secret with envFrom #93

ialejandro opened this issue Nov 13, 2024 · 0 comments · Fixed by #103
Assignees
Labels
enhancement New feature or request

Comments

@ialejandro
Copy link
Member

ialejandro commented Nov 13, 2024

Example:

# -- Variables from files managed by you
# </br> Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/#configure-all-key-value-pairs-in-a-configmap-as-container-environment-variables
envFromFiles: []
  # - secretRef:
  #     name: <name-secret>
  # - configMapRef:
  #     name: <name-configmap>
@ialejandro ialejandro added the enhancement New feature or request label Nov 24, 2024
ialejandro added a commit that referenced this issue Dec 6, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
ialejandro added a commit that referenced this issue Dec 6, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
ialejandro added a commit that referenced this issue Dec 8, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
ialejandro added a commit that referenced this issue Dec 8, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
ialejandro added a commit that referenced this issue Dec 8, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
ialejandro added a commit that referenced this issue Dec 8, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
ialejandro added a commit that referenced this issue Dec 8, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
ialejandro added a commit that referenced this issue Dec 8, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
ialejandro added a commit that referenced this issue Dec 8, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
ialejandro added a commit that referenced this issue Dec 8, 2024
* (connector) fix secrets reference
* (connector) with their config or use global too
* (global) load data from files
* (global) allow generate configMaps with custom data
* (global) allow initContainers

closes #65
closes #93
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants