J release changes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / ci / service-account.yaml
1
2 # install chart with a service account
3 deployment:
4   serviceAccount:
5     create: true
6     name: "my-kong-sa"
7     annotations: {}
8
9 ingressController:
10   serviceAccount:
11     create: false