11 lines
206 B
Plaintext
11 lines
206 B
Plaintext
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>'
|