Remove Vault dependency for deployments
This commit is contained in:
10
services/DroneCI/secret-DroneCI.yml.template
Normal file
10
services/DroneCI/secret-DroneCI.yml.template
Normal file
@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: drone-secret
|
||||
labels:
|
||||
app: drone
|
||||
stringData:
|
||||
DRONE_RPC_SECRET: '<removed>'
|
||||
DRONE_GITEA_CLIENT_ID: '<removed>'
|
||||
DRONE_GITEA_CLIENT_SECRET: '<removed>'
|
Reference in New Issue
Block a user