1Password / connect-helm-charts

Official 1Password Helm Charts
https://developer.1password.com
MIT License
93 stars 74 forks source link

Hide warning about credentials if `connect.credentials_base64` is set #84

Open jpcoenen opened 2 years ago

jpcoenen commented 2 years ago

Without this change the following warning is shown if connect.credentials_base64 is used:

WARNING

    Using 1Password Connect in Kubernetes requires that a 1password-credentials.json file
    be stored as a Kubernetes Secret. This credentials file can be saved as a Kubernetes
    secret by using one of two methods:

    Add the following to your helm install command:

         --set-file connect.credentials={path/to/1password-credentials.json}

    This will allow for Helm to handle storing 1password-credentials.json as a secret
    for you.

    More information about 1Password Connect and how to generate a 1password-credentials.json
    file can be found at https://support.1password.com/secrets-automation/.