rewrite invalid characters

This commit is contained in:
Joseph Hanson 2025-01-06 00:54:04 -06:00
parent 7b692734f5
commit fc39bc3b83
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -13,8 +13,12 @@ spec:
template:
engineVersion: v2
data:
OAUTH_CLIENT_ID: "{{ .k8s-theshire-oauth-clientid }}"
OAUTH_CLIENT_SECRET: "{{ .k8s-theshire-oauth-clientsecret }}"
OAUTH_CLIENT_ID: "{{ .k8s_theshire_oauth_clientid }}"
OAUTH_CLIENT_SECRET: "{{ .k8s_theshire_oauth_clientsecret }}"
dataFrom:
- extract:
key: tailscale
rewrite:
- regexp:
source: "[-]"
target: "_"