# ------------------------------------------------------------------------------ # 1Password Connect Server — Helm Values # Chart: https://1password.github.io/connect-helm-charts # ------------------------------------------------------------------------------ connect: # Reference the manually-bootstrapped credentials secret credentialsName: op-credentials # Connect server API token — pulled from the credentials secret # The token is generated in your 1Password account under # Developer Tools > Connect Servers serviceType: ClusterIP # Operator manages automatic secret injection (optional, disable if not using) operator: create: false # ------------------------------------------------------------------------------ # ClusterSecretStore — tells ESO to use this Connect server as its backend. # Applied as a raw manifest alongside the Helm chart via ArgoCD's multi-source # (or manually after Connect is healthy — whichever you prefer). # See: cluster-secret-store.yaml # ------------------------------------------------------------------------------