1Password / connect-helm-charts

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

Volume "credentials" doesn't seem to be used in the connect deployment #163

Open findmyname666 opened 1 year ago

findmyname666 commented 1 year ago

Just checking the helm source-code and it looks like there is created a volume called credentials for a secret

        - name: credentials
          secret:
            secretName: {{ .Values.connect.credentialsName }}

but it isn't used. Instead the secret is injected into ENV VAR OP_SESSION.

Please verify.