diff --git a/.gitignore b/.gitignore index 705bcce..0778427 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ vendor/ ghcr_io_pat.txt awakari-pull.pat helm/core/values-mongodb-ext-dev.yaml +helm/core/values-mongodb-ext-demo.yaml diff --git a/helm/core/.helmignore b/helm/core/.helmignore index e511bd3..876993f 100644 --- a/helm/core/.helmignore +++ b/helm/core/.helmignore @@ -23,3 +23,4 @@ .vscode/ core-0.0.0.tgz values-mongodb-ext-dev.yaml +values-mongodb-ext-demo.yaml diff --git a/helm/core/values-gke.yaml b/helm/core/values-gke.yaml new file mode 100644 index 0000000..85009d1 --- /dev/null +++ b/helm/core/values-gke.yaml @@ -0,0 +1,3 @@ +nats: + podSecurityContext: + enabled: true