1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/docs/snippets/aws-jenkins-credentials-harbor-chart-robot-external-secret.yaml
Gustavo Fernandes de Carvalho 27c5f1f1f2
fix: refresh interval values (#4111)
Signed-off-by: Gustavo <gustavo@externalsecrets.com>
2024-11-18 07:50:16 +01:00

28 lines
No EOL
692 B
YAML

---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: harbor-chart-robot
namespace: ci
spec:
refreshInterval: 1h
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