-
Notifications
You must be signed in to change notification settings - Fork 58
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
Conversation
…rsion & RedisVersion default objects
--docker-registry
and --exporter-tag
from operator flags
--docker-registry
and --exporter-tag
from operator flagsThere was a problem hiding this 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 }} |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
used in Operator Deployment. https://github.com/kubedb/cli/blob/add-catalog/chart/kubedb/templates/deployment.yaml#L34
@@ -26,8 +26,6 @@ spec: | |||
args: | |||
- run | |||
- --v=3 | |||
- --docker-registry=${KUBEDB_DOCKER_REGISTRY} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will need this for operator image registry. https://github.com/kubedb/cli/pull/259/files#diff-fe75a3dbc397c302725732de654e0290L24
hack/deploy/kubedb.sh
Outdated
echo "adding kubedb catalog" | ||
case "$KUBEDB_ENABLE_CATALOG" in | ||
all) | ||
${SCRIPT_LOCATION}hack/deploy/kubedb-catalog/* | $ONESSL envsubst | kubectl apply -f - |
There was a problem hiding this comment.
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 .
db50e05
to
d77891e
Compare
--docker-registry
&--exporter-tag
from operator flags--ignore-not-found=true
istead of|| true