Create secret.yaml
This commit is contained in:
@@ -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