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

Extra help with installing.. #1018

Open
ghost opened this issue Feb 20, 2023 · 0 comments
Open

Extra help with installing.. #1018

ghost opened this issue Feb 20, 2023 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 20, 2023

Is your feature request related to a problem? Please describe.
Extra info on how to install postgress, minio and redis with the operator. Without updating any chart files.

Describe the solution you'd like
add the command bellow to the Install Harbor operator by helm chart page

Describe the main design/architecture of your solution
#example : to install postgress, minio and redis. This syntax works.
helm upgrade --namespace harbor-operator-ns --install harbor-operator charts/harbor-operator-v1.3.0.tgz --set-string image.repository=ghcr.io/goharbor/harbor-operator --set-string image.tag=v1.3.0 --set installCRDs=true --set redis-operator.enabled=true --set minio-operator.enabled=true --set postgres-operator.enabled=true

Describe the development plan you've considered
I have done the work and tested.

Additional context
non

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

0 participants