We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WARNING: This chart is deprecated
Commands like
helm install nfs-server stable/nfs-server-provisioner \ --set persistence.enabled=true \ --set persistence.storageClass=PERSISTENT_STORAGE_CLASS \ --set persistence.size=PERSISTENT_SIZE
helm install rabbitmq stable/rabbitmq
helm install redis stable/redis \ --set cluster.enabled=false \ --set usePassword=false
helm install postgresql stable/postgresql \ --set initdbScriptsConfigMap=init-db-scripts \ --set postgresqlDatabase=postgres \ --set persistence.size=8Gi
show warning WARNING: This chart is deprecated
Not sure how this is critical, but sometime in future we may lose those dependencies
Maybe related to #11
The text was updated successfully, but these errors were encountered:
fix #35 Change the repo for external components
2f51bab
43450fd
No branches or pull requests
Commands like
show warning
WARNING: This chart is deprecated
Not sure how this is critical, but sometime in future we may lose those dependencies
Maybe related to #11
The text was updated successfully, but these errors were encountered: