Initial argo deployment
This commit is contained in:
24
cluster/platform/onepassword-connect/values.yaml
Normal file
24
cluster/platform/onepassword-connect/values.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
# 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
|
||||
# ------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user