added harbor app

This commit is contained in:
Mukul Sharma
2026-08-31 13:18:18 +05:30
parent f722a8bc9c
commit f7e37d18b4
4 changed files with 86 additions and 1 deletions
@@ -0,0 +1,21 @@
# Vault-backed from the start, same as jenkins-admin-credentials. Key name
# matches what the chart's existingSecretAdminPasswordKey expects — see
# devops-infra-helm-charts/helm-overrides/k8s-admin-prd-ase1/harbor/custom-values.yaml.
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: harbor-admin-credentials
namespace: harbor
spec:
refreshInterval: 1h
secretStoreRef:
name: vault-backend
kind: ClusterSecretStore
target:
name: harbor-admin-credentials
creationPolicy: Owner
data:
- secretKey: HARBOR_ADMIN_PASSWORD
remoteRef:
key: harbor/admin
property: password