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

Multiple credentials created when creating CloudantDB service #230

Open
jzaccone opened this issue Nov 11, 2020 · 1 comment
Open

Multiple credentials created when creating CloudantDB service #230

jzaccone opened this issue Nov 11, 2020 · 1 comment

Comments

@jzaccone
Copy link

I used these yaml resources to create an instance of CloudantDB service,

apiVersion: ibmcloud.ibm.com/v1alpha1
kind: Service
metadata:
  name: mycloudant
spec:
  plan: standard
  serviceClass: cloudantnosqldb
---
apiVersion: ibmcloud.ibm.com/v1alpha1
kind: Binding
metadata:
  name: binding-cloudant
spec:
  serviceName: mycloudant
  role: Manager

This resulted in 100 credentials to be created on the cloud console. Note the "100 items" at the bottom. Only 1 binding-cloudant secret was created for Kubernetes.

Screen Shot 2020-11-11 at 10 56 36 AM

@jzaccone jzaccone changed the title Multiple secrets created when creating CloudantDB service Multiple credentials created when creating CloudantDB service Nov 11, 2020
@bkernal626
Copy link

This was resolved with #237

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