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

Setting useExistingSecret in the values file still requires the creds in the values file #29

Open
Dreamystify opened this issue Aug 17, 2023 · 1 comment

Comments

@Dreamystify
Copy link

Dreamystify commented Aug 17, 2023

I have set the following values for the secret to use a predefined secret with the name port-creds

secret:
    annotations: {}
    name: "port-creds"
    # secrets:
    #   portClientId: ""
    #   portClientSecret: ""
    # secret.useExistingSecret -- Enable this if you wish to create your own secret with credentials.
    useExistingSecret: true

The error message suggests that the Port Client ID is missing or not provided correctly in your Helm values, Shouldn't it get the secret 'port-creds' that is already created?

@danielsinai
Copy link
Contributor

Hi @Dreamystify 👋
Thanks for the feedback!
That's correct. Can you please share the values.yaml, logs, and command?

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

1 participant