Fix ClusterSecretStore reference in Harbor ExternalSecrets

Changed from 'onepassword-store' to 'onepassword-connect' to match
the actual ClusterSecretStore name in the cluster.
This commit is contained in:
Hermes Agent service account
2026-06-04 23:47:53 -05:00
parent 092d1ac209
commit ce992ca743
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ metadata:
spec: spec:
refreshInterval: 1h refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: onepassword-store name: onepassword-connect
kind: ClusterSecretStore kind: ClusterSecretStore
target: target:
name: harbor-pull-secret name: harbor-pull-secret

View File

@@ -9,7 +9,7 @@ metadata:
spec: spec:
refreshInterval: 1h refreshInterval: 1h
secretStoreRef: secretStoreRef:
name: onepassword-store name: onepassword-connect
kind: ClusterSecretStore kind: ClusterSecretStore
target: target:
name: harbor-tekton-robot name: harbor-tekton-robot