🚑 csr approver regex

This commit is contained in:
auricom
2022-12-19 22:53:41 +01:00
parent 623c997dad
commit 0975871293
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -23,4 +23,4 @@ spec:
retries: 5
values:
providerRegex: |
^node-talos-[0-9]$
^node-talos-\w*$