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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃敭 feat(wip): extraVolume & mounts #870

Closed
wants to merge 1 commit into from
Closed

馃敭 feat(wip): extraVolume & mounts #870

wants to merge 1 commit into from

Conversation

mxchinegod
Copy link

@mxchinegod mxchinegod commented Feb 21, 2024

--detag--

@caleblloyd
Copy link
Collaborator

extraVolumes and extraVolumeMounts are not necessary. They can already be achieved with:

podTemplate:
  patch:
  - op: add
    path: /spec/volumes/-
    value:
      name: my-secret
      secret:
        secretName: my-secret

container:
  patch:
  - op: add
    path: /volumeMounts/-
    value:
      name: my-secret
      mountPath: /etc/my-secret

@mxchinegod mxchinegod closed this Feb 21, 2024
@mxchinegod mxchinegod deleted the proper-config-volumes branch February 21, 2024 16:12
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.

None yet

2 participants