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

Docs on TLS for Operator trusting other CAs #1473

Merged
merged 2 commits into from
Feb 28, 2023
Merged

Conversation

dvaldivia
Copy link
Collaborator

No description provided.

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
docs/operator-tls.md Outdated Show resolved Hide resolved
Co-authored-by: Pedro Juarez <pjuarezd@users.noreply.github.com>
@pjuarezd pjuarezd merged commit 1400a36 into minio:master Feb 28, 2023
name: my-custom-tls
```

and for the `.spec.temaplte.spec.container[0]`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
and for the `.spec.temaplte.spec.container[0]`
and for the `.spec.template.spec.container[0]`

kubectl create secret generic my-custom-tls -n minio-operator --from-file=path/to/public.crt
```

then add the following volume to the `minio-operator` deployment under .spec.template.spec
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
then add the following volume to the `minio-operator` deployment under .spec.template.spec
Then add the following volume to the `minio-operator` deployment under .spec.template.spec.

pjuarezd added a commit to pjuarezd/operator that referenced this pull request Mar 2, 2023
* Docs on TLS for Operator trusting other CAs

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>

* Update docs/operator-tls.md

Co-authored-by: Pedro Juarez <pjuarezd@users.noreply.github.com>

---------

Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
Co-authored-by: Pedro Juarez <pjuarezd@users.noreply.github.com>
@djwfyi djwfyi mentioned this pull request Mar 30, 2023
8 tasks
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

4 participants