🚑 kubelet-csr-approver regex

This commit is contained in:
auricom
2022-12-29 19:13:01 +01:00
parent b0e92fbde9
commit 67caf2d9d6
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ spec:
TZ: ${TIMEZONE} TZ: ${TIMEZONE}
PORT: &port 5000 PORT: &port 5000
USE_X_SETTINGS: 1 USE_X_SETTINGS: 1
PLAYWRIGHT_DRIVER_URL: ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/browserless-cache-123 PLAYWRIGHT_DRIVER_URL: ws://localhost:3000/?stealth=1&--disable-web-security=true&--user-data-dir=~/tmp/cache
PUID: 1000 PUID: 1000
PGID: 1000 PGID: 1000
service: service:

View File

@@ -24,4 +24,4 @@ spec:
retries: 3 retries: 3
values: values:
providerRegex: | providerRegex: |
^node-talos-\w*$ ^talos-node-[1-9]$

View File

@@ -10,7 +10,7 @@ helmCharts:
namespace: kube-system namespace: kube-system
valuesInline: valuesInline:
providerRegex: | providerRegex: |
^node-talos-\w*$ ^talos-node-[1-9]$
commonAnnotations: commonAnnotations:
meta.helm.sh/release-name: kubelet-csr-approver meta.helm.sh/release-name: kubelet-csr-approver
meta.helm.sh/release-namespace: kube-system meta.helm.sh/release-namespace: kube-system