7 lines
104 B
YAML
7 lines
104 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: sendgrid-api
|
|
type: Opaque
|
|
data:
|
|
key: ${B64_SENDGRID_API} |