Skip to content

Commit

Permalink
Merge "[POLICY] Accept Permit list repositories"
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainOL authored and Gerrit Code Review committed Mar 22, 2022
2 parents 9fd3bbd + e999dad commit 34b8a86
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ server:
logging:
# Configuration of logging
level:
ROOT: ERROR
ROOT: INFO
org.springframework: ERROR
org.springframework.data: ERROR
org.springframework.web.reactive.function.client.ExchangeFunctions: ERROR
Expand All @@ -74,4 +74,12 @@ logging:

chart:
api:
enabled: false
enabled: false

# Sample Permitted list of helm repositories. Before deployment update the repositories where the helm charts are located.
# The Kubernetes participant accept only HTTPS Address
helm:
repos:
-
repoName: bitnami
address: https://charts.bitnami.com/bitnami

0 comments on commit 34b8a86

Please sign in to comment.