From 271d853381a690ff93f26f0aafd17750c61554f7 Mon Sep 17 00:00:00 2001 From: Anderson Cabral Filho Date: Sat, 23 May 2026 03:46:08 +0000 Subject: [PATCH] feat(gotenberg): basic auth secret --- apps/gotenberg/Secret.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/gotenberg/Secret.yaml diff --git a/apps/gotenberg/Secret.yaml b/apps/gotenberg/Secret.yaml new file mode 100644 index 0000000..6887c82 --- /dev/null +++ b/apps/gotenberg/Secret.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +kind: Secret +metadata: + name: gotenberg-auth +type: Opaque +stringData: + users: | + acabral:$2y$05$gE/sPw5G1Giy9HwXxHQ11esL6RZlnyNNKBjyuQpKeZGLzMpWaJHqS