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

Added DBVersions default objects && Removed '--docker-registry' and '--exporter-tag' from operator flags #259

Merged
merged 10 commits into from
Aug 14, 2018

Conversation

the-redback
Copy link
Contributor

@the-redback the-redback commented Aug 6, 2018

  • Removed --docker-registry & --exporter-tag from operator flags
  • Added ElasticsearchVersion, MongoDBVersion, MySQLVersion, MemcachedVersion & RedisVersion default objects
  • used --ignore-not-found=true istead of || true

@the-redback the-redback changed the title Added ElasticsearchVersion, MongoDBVersion, MySQLVersion, MemcachedVersion & RedisVersion default objects Added DBVersions default objects Aug 6, 2018
@the-redback the-redback changed the title Added DBVersions default objects Added DBVersions default objects && Removed --docker-registry and --exporter-tag from operator flags Aug 6, 2018
@the-redback the-redback changed the title Added DBVersions default objects && Removed --docker-registry and --exporter-tag from operator flags Added DBVersions default objects && Removed '--docker-registry' and '--exporter-tag' from operator flags Aug 6, 2018
@the-redback
Copy link
Contributor Author

Copy link
Member

@tamalsaha tamalsaha left a comment

Choose a reason for hiding this comment

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

We also need to update the docs/setup/install.md file

@@ -36,8 +36,6 @@ spec:
args:
- run
- --v=3
- --docker-registry={{ .Values.kubedb.registry }}
Copy link
Member

Choose a reason for hiding this comment

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

Should be removed from chart values.yaml, README.md

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@@ -26,8 +26,6 @@ spec:
args:
- run
- --v=3
- --docker-registry=${KUBEDB_DOCKER_REGISTRY}
Copy link
Member

Choose a reason for hiding this comment

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

Do we need these env vars anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

echo "adding kubedb catalog"
case "$KUBEDB_ENABLE_CATALOG" in
all)
${SCRIPT_LOCATION}hack/deploy/kubedb-catalog/* | $ONESSL envsubst | kubectl apply -f -
Copy link
Member

Choose a reason for hiding this comment

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

This will not work. This will return 404 .

@tamalsaha tamalsaha force-pushed the add-catalog branch 2 times, most recently from db50e05 to d77891e Compare August 14, 2018 19:08
@tamalsaha tamalsaha merged commit 9d86289 into master Aug 14, 2018
@tamalsaha tamalsaha deleted the add-catalog branch August 14, 2018 19:10
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.

2 participants