Skip to content

Commit

Permalink
chore: fixed linting of values file
Browse files Browse the repository at this point in the history
  • Loading branch information
matbmoser authored Dec 22, 2023
1 parent 667f973 commit 1d2849c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/digital-product-pass/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ oauth:
enabled: false
# -- this bpn needs to be included in the user login information when the check is enabled
bpn: *bpn
# -- the role check checks if the user has access roles for the appId
# -- the role check checks if the user has access roles for the appId
roleCheck:
enabled: false
enabled: false

# Following Catena-X Helm Best Practices @url: https://catenax-ng.github.io/docs/kubernetes-basics/helm
# @url: https://cloud.google.com/blog/products/containers-kubernetes/kubernetes-best-practices-resource-requests-and-limits
Expand All @@ -217,4 +217,4 @@ nodeSelector: {}
tolerations: []

# [affinity](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity) to configure which nodes the pods can be scheduled on
affinity: {}
affinity: {}

0 comments on commit 1d2849c

Please sign in to comment.