Skip to content

Commit

Permalink
fix(authelia): invalid ingress default (#68)
Browse files Browse the repository at this point in the history
Makes the TraefikCRD IngressRoute the default when TraefikCRD is enabled.
  • Loading branch information
james-d-elliott authored May 11, 2021
1 parent fde08a6 commit 9f0e2f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/authelia/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: authelia
version: 0.4.5
version: 0.4.6
kubeVersion: ">= 1.13.0-0"
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
type: application
Expand Down
2 changes: 1 addition & 1 deletion charts/authelia/values.local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ingress:
enabled: false

## Use a standard Ingress object, not an IngressRoute.
disableIngressRoute: true
disableIngressRoute: false

# matchOverride: Host(`auth.example.com`) && PathPrefix(`/`)

Expand Down
2 changes: 1 addition & 1 deletion charts/authelia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ ingress:
enabled: false

## Use a standard Ingress object, not an IngressRoute.
disableIngressRoute: true
disableIngressRoute: false

# matchOverride: Host(`auth.example.com`) && PathPrefix(`/`)

Expand Down

0 comments on commit 9f0e2f5

Please sign in to comment.