Commit 2ab7a9e2 authored by William Tucker's avatar William Tucker
Browse files

Disable auth components by default

parent 66069c64
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ ingress:
###
auth:
  # Indicates if the auth service should be deployed or not
  enabled: true
  enabled: false
  # Image overrides for the auth service image
  image:
    repository: auth-service
@@ -121,7 +121,7 @@ auth:
###
opa:
  # Indicates if the OPA server should be deployed or not
  enabled: true
  enabled: false
  # Image overrides for the opa image
  image:
    repository: opa