This commit is contained in:
9
testdata/manifests/sensitive/secret-only.yaml
vendored
Normal file
9
testdata/manifests/sensitive/secret-only.yaml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: only-secret
|
||||
namespace: sensitive
|
||||
type: Opaque
|
||||
data:
|
||||
password: c3VwZXJzZWNyZXQ=
|
||||
token: c2hvdWxkLWJlLXJlZGFjdGVk
|
||||
Reference in New Issue
Block a user