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

How can I set the namespace when deploying with Helm #559

Closed
DanRoscigno opened this issue Jun 26, 2024 · 1 comment
Closed

How can I set the namespace when deploying with Helm #559

DanRoscigno opened this issue Jun 26, 2024 · 1 comment

Comments

@DanRoscigno
Copy link
Contributor

I can set the namespace for the operator in overrides.yaml:

operator:
    starrocksOperator:
        namespaceOverride: sr-operator

But I can't figure out how to set the namespace for a starrocksCluster. From reading the default values.yaml I thought it would be like below, but the default namespace gets used:

starrocks:
    starrocksCluster:
        namespace: quickstart
@yandongxiao
Copy link
Collaborator

We do not set the namespace in values.yaml; this is left to helm to specify.
e.g.

helm install -n your-namespace starrocks starrocks-community/kube-starrocks  -f ./your-values.yaml --version=1.9.6

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

No branches or pull requests

2 participants