Namespace management using CRDs. #155
Answered
by
alexandrevilain
sriabhi02nov
asked this question in
Q&A
-
Hi Alexandre, Do you have any reference how i can create namespace in temporal via CRD resource and from where i will get more info about this CRD resource. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
alexandrevilain
Oct 12, 2022
Replies: 1 comment 1 reply
-
Hi! Here is the api documentation: https://github.com/alexandrevilain/temporal-operator/blob/main/docs/api/v1beta1.md#temporal.io/v1beta1.TemporalNamespace And you can find an example here: https://github.com/alexandrevilain/temporal-operator/blob/main/examples/cluster-postgres/03-temporal-namespace.yaml Hope it answers your question 🙂 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
alexandrevilain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Here is the api documentation: https://github.com/alexandrevilain/temporal-operator/blob/main/docs/api/v1beta1.md#temporal.io/v1beta1.TemporalNamespace
And you can find an example here: https://github.com/alexandrevilain/temporal-operator/blob/main/examples/cluster-postgres/03-temporal-namespace.yaml
Hope it answers your question 🙂