about summary refs log tree commit diff
path: root/bundles/traefik/files/secret.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/traefik/files/secret.yaml')
-rw-r--r--bundles/traefik/files/secret.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/bundles/traefik/files/secret.yaml b/bundles/traefik/files/secret.yaml
new file mode 100644
index 0000000..d702d51
--- /dev/null
+++ b/bundles/traefik/files/secret.yaml
@@ -0,0 +1,6 @@
+apiVersion: v1
+kind: Secret
+metadata:
+  name: traefik
+data:
+  CLOUDFLARE_DNS_API_TOKEN: ${repo.libs.util.base64(repo.vault.cmd(f"rbw get cloudflare/letsencrypt"))}