blob: bbde6dd9f9ac3706b5a40498c8c58f62ba47a5b3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
apiVersion: v1
kind: Secret
metadata:
name: player-secret
labels:
app: player
type: Opaque
stringData:
# Set this to the desired admin password before applying.
ADMIN_PASSWORD: "changeme"
|