Remove old manifests and replace with jsonnet build
This commit is contained in:
8
examples/basic-auth/secrets.yaml
Normal file
8
examples/basic-auth/secrets.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: basic-auth
|
||||
data:
|
||||
password: dG9vcg== # toor
|
||||
user: YWRtaW4= # admin
|
||||
type: Opaque
|
Reference in New Issue
Block a user