add cert manager
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 18s
Deploy Casa services CI/CD Pipeline / deploy (push) Successful in 18s
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#########################################################################
|
||||
# requires ./.env
|
||||
# ./.env example:
|
||||
# EMAIL="myemail@example.com"
|
||||
# check README.md for more information
|
||||
##########################################################################
|
||||
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: cloudflare-api-token
|
||||
namespace: kube-system
|
||||
type: Opaque
|
||||
stringData:
|
||||
api-token: ${CLOUDFLARE_API_TOKEN}
|
||||
Reference in New Issue
Block a user