deploy drone
This commit is contained in:
parent
d0b4805aa4
commit
245f44a4dd
10 changed files with 117 additions and 2 deletions
27
flux/cluster/apps/gitops/drone/external-secret.yaml
Normal file
27
flux/cluster/apps/gitops/drone/external-secret.yaml
Normal file
|
@ -0,0 +1,27 @@
|
|||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: drone
|
||||
namespace: gitops
|
||||
spec:
|
||||
refreshInterval: "5m"
|
||||
secretStoreRef:
|
||||
name: vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: drone
|
||||
data:
|
||||
- secretKey: DRONE_RPC_SECRET
|
||||
remoteRef:
|
||||
key: gitops/drone
|
||||
property: drone_rpc_secret
|
||||
|
||||
- secretKey: DRONE_GITEA_CLIENT_ID
|
||||
remoteRef:
|
||||
key: gitops/drone
|
||||
property: drone_gitea_client_id
|
||||
|
||||
- secretKey: DRONE_GITEA_CLIENT_SECRET
|
||||
remoteRef:
|
||||
key: gitops/drone
|
||||
property: drone_gitea_client_secret
|
Loading…
Add table
Add a link
Reference in a new issue