Removing finalizers

This commit is contained in:
2024-11-05 20:23:09 +00:00
3 changed files with 7 additions and 8 deletions

View File

@@ -12,6 +12,13 @@ spec:
repoURL: "https://traefik.github.io/charts"
chart: traefik
targetRevision: {{ .Values.traefik.targetRevision }}
helm:
valuesObject:
ingressRoute:
dashboard:
enabled: false
annotations:
test: test
destination:
server: {{ .Values.traefik.destination.server }}
namespace: {{ .Values.traefik.destination.namespace }}

View File

@@ -31,15 +31,7 @@ tailscaleOperator:
namespace: tailscale
oauth:
clientId:
valueFrom:
secretKeyRef:
name: tailscale-operator-config
key: client-id
clientSecret:
valueFrom:
secretKeyRef:
name: tailscale-operator-config
key: client-secret
operatorHostname: tailscale-operator
traefik: