2022-02-07 11:14:06 +00:00
|
|
|
---
|
2022-03-09 09:48:25 +00:00
|
|
|
apiVersion: external-secrets.io/v1beta1
|
2022-02-07 11:14:06 +00:00
|
|
|
kind: ExternalSecret
|
|
|
|
metadata:
|
|
|
|
name: harbor-chart-robot
|
|
|
|
namespace: ci
|
|
|
|
spec:
|
|
|
|
refreshInterval: 1m
|
|
|
|
secretStoreRef:
|
|
|
|
name: cluster-secrets-store
|
|
|
|
kind: ClusterSecretStore
|
|
|
|
target:
|
|
|
|
name: harbor-chart-robot
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
"jenkins.io/credentials-type": "usernamePassword"
|
|
|
|
annotations:
|
|
|
|
"jenkins.io/credentials-description": "harbor chart robot access"
|
|
|
|
data:
|
|
|
|
- secretKey: password
|
|
|
|
remoteRef:
|
|
|
|
key: service/harbor/chartRobot
|
|
|
|
property: password
|
|
|
|
- secretKey: username
|
|
|
|
remoteRef:
|
|
|
|
key: service/harbor/chartRobot
|
|
|
|
property: username
|