diff --git a/charts/cloudflared/templates/homelab.sealed.yaml b/charts/cloudflared/templates/homelab.sealed.yaml index 91484b68..084373cd 100644 --- a/charts/cloudflared/templates/homelab.sealed.yaml +++ b/charts/cloudflared/templates/homelab.sealed.yaml @@ -1,4 +1,3 @@ -{{- if eq .Values.configuration.type "file" }} apiVersion: bitnami.com/v1alpha1 kind: SealedSecret metadata: @@ -13,4 +12,3 @@ spec: creationTimestamp: null name: tunnel-credentials namespace: cloudflared -{{- end }} diff --git a/charts/cloudflared/values.yaml b/charts/cloudflared/values.yaml index 5121ad26..508332c2 100644 --- a/charts/cloudflared/values.yaml +++ b/charts/cloudflared/values.yaml @@ -12,7 +12,7 @@ configuration: - name: TUNNEL_METRICS value: "0.0.0.0:2000" secrets: [] - #- name: cloudflared + #- name: tunnel-token # ensure configuration.type is set to "token" if using this token secret # lookup: # - key: tunnelToken # env: TUNNEL_TOKEN