Skip to content

Commit

Permalink
[src] Allow Network client run in specific namespace CON-20999
Browse files Browse the repository at this point in the history
  • Loading branch information
shirbur committed Aug 4, 2024
1 parent 87f8c32 commit 3eae1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/ocean-vpa/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ updater:
nodeSelector: {}
tolerations: []
affinity: {}
extraArgs:
min-replicas: 1

admissionController:
# admissionController.generateCertificate -- If true and admissionController is enabled, a pre-install hook will run to create the certificate for the webhook
Expand Down Expand Up @@ -115,5 +117,3 @@ admissionController:
affinity: {}
# admissionController.httpPort -- Port of the admission controller for the mutating webhooks
httpPort: 8000
extraArgs:
min-replicas: 1

0 comments on commit 3eae1b8

Please sign in to comment.