Merge "[COMMON][SA] Add default role creation to ServiceAccount"
authorMicha? Jagie??o <michal.jagiello@t-mobile.pl>
Tue, 8 Aug 2023 07:55:53 +0000 (07:55 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 8 Aug 2023 07:55:53 +0000 (07:55 +0000)
1  2 
kubernetes/onap/values.yaml

@@@ -110,6 -110,10 +110,10 @@@ global
      storageclassProvisioner: kubernetes.io/no-provisioner
      volumeReclaimPolicy: Retain
  
+   # Global flag to enable the creation of default roles instead of using
+   # common roles-wrapper
+   createDefaultRoles: false
    # override default resource limit flavor for all charts
    flavor: unlimited
  
      # enable all component's Ingress interfaces
      enable_all: false
  
 +    # Provider: ingress, istio, gw-api
 +    provider: istio
 +    # Ingress class (only for provider "ingress"): e.g. nginx, traefik
 +    ingressClass:
 +    # Ingress Selector (only for provider "istio") to match with the
 +    # ingress pod label "istio=ingress"
 +    ingressSelector: ingress
 +    # optional: common used Gateway (for Istio, GW-API) and listener names
 +    commonGateway:
 +      name: ""
 +      httpListener: ""
 +      httpsListener: ""
 +
      # default Ingress base URL and preAddr- and postAddr settings
      # Ingress URLs result:
      # <preaddr><component.ingress.service.baseaddr><postaddr>.<baseurl>
      #  tls:
      #    secret: 'my-ingress-cert'
  
 -    # optional: Namespace of the Istio IngressGateway
 +    # optional: Namespace of the Istio IngressGateway or Gateway-API
      # only valid for Istio Gateway (ServiceMesh enabled)
      namespace: istio-ingress