First commit. Taken from open source branch of internal sample-tracking application.
This commit is contained in:
7
deploy/k8s/sample-tracking/sendgrid-api.yaml
Normal file
7
deploy/k8s/sample-tracking/sendgrid-api.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: sendgrid-api
|
||||
type: Opaque
|
||||
data:
|
||||
key: ${B64_SENDGRID_API}
|
||||
Reference in New Issue
Block a user