rewrite invalid characters
This commit is contained in:
parent
7b692734f5
commit
fc39bc3b83
1 changed files with 6 additions and 2 deletions
|
@ -13,8 +13,12 @@ spec:
|
||||||
template:
|
template:
|
||||||
engineVersion: v2
|
engineVersion: v2
|
||||||
data:
|
data:
|
||||||
OAUTH_CLIENT_ID: "{{ .k8s-theshire-oauth-clientid }}"
|
OAUTH_CLIENT_ID: "{{ .k8s_theshire_oauth_clientid }}"
|
||||||
OAUTH_CLIENT_SECRET: "{{ .k8s-theshire-oauth-clientsecret }}"
|
OAUTH_CLIENT_SECRET: "{{ .k8s_theshire_oauth_clientsecret }}"
|
||||||
dataFrom:
|
dataFrom:
|
||||||
- extract:
|
- extract:
|
||||||
key: tailscale
|
key: tailscale
|
||||||
|
rewrite:
|
||||||
|
- regexp:
|
||||||
|
source: "[-]"
|
||||||
|
target: "_"
|
||||||
|
|
Reference in a new issue