Create secret.yaml
This commit is contained in:
committed by
GitHub
parent
dfcdf5554d
commit
934dbcc15f
9
vault-secrets/secret.yaml
Normal file
9
vault-secrets/secret.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
kind: Secret
|
||||||
|
apiVersion: v1
|
||||||
|
metadata:
|
||||||
|
name: example-secret
|
||||||
|
annotations:
|
||||||
|
avp.kubernetes.io/path: "crds/data/mysql"
|
||||||
|
type: Opaque
|
||||||
|
stringData:
|
||||||
|
sample-secret: <sample>
|
||||||
Reference in New Issue
Block a user