12 lines
247 B
YAML
12 lines
247 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: code-server-auth
|
|
labels:
|
|
app.kubernetes.io/name: code-server
|
|
app.kubernetes.io/component: auth
|
|
app.kubernetes.io/part-of: ocdp-workload
|
|
type: Opaque
|
|
stringData:
|
|
password: test-password
|