mirror of
https://github.com/openappsec/openappsec.git
synced 2025-07-13 22:14:45 +03:00
12 lines
186 B
YAML
12 lines
186 B
YAML
|
|
# install chart with a service account
|
|
deployment:
|
|
serviceAccount:
|
|
create: true
|
|
name: "my-kong-sa"
|
|
annotations: {}
|
|
|
|
ingressController:
|
|
serviceAccount:
|
|
create: false
|