Removing finalizers
This commit is contained in:
@@ -12,6 +12,13 @@ spec:
|
|||||||
repoURL: "https://traefik.github.io/charts"
|
repoURL: "https://traefik.github.io/charts"
|
||||||
chart: traefik
|
chart: traefik
|
||||||
targetRevision: {{ .Values.traefik.targetRevision }}
|
targetRevision: {{ .Values.traefik.targetRevision }}
|
||||||
|
helm:
|
||||||
|
valuesObject:
|
||||||
|
ingressRoute:
|
||||||
|
dashboard:
|
||||||
|
enabled: false
|
||||||
|
annotations:
|
||||||
|
test: test
|
||||||
destination:
|
destination:
|
||||||
server: {{ .Values.traefik.destination.server }}
|
server: {{ .Values.traefik.destination.server }}
|
||||||
namespace: {{ .Values.traefik.destination.namespace }}
|
namespace: {{ .Values.traefik.destination.namespace }}
|
||||||
|
|||||||
@@ -31,15 +31,7 @@ tailscaleOperator:
|
|||||||
namespace: tailscale
|
namespace: tailscale
|
||||||
oauth:
|
oauth:
|
||||||
clientId:
|
clientId:
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: tailscale-operator-config
|
|
||||||
key: client-id
|
|
||||||
clientSecret:
|
clientSecret:
|
||||||
valueFrom:
|
|
||||||
secretKeyRef:
|
|
||||||
name: tailscale-operator-config
|
|
||||||
key: client-secret
|
|
||||||
operatorHostname: tailscale-operator
|
operatorHostname: tailscale-operator
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
|
|||||||
Reference in New Issue
Block a user