From dd242ecaa623011a998af1347bbc04307fb3c14b Mon Sep 17 00:00:00 2001 From: Ihsen Date: Tue, 10 Jan 2023 20:17:58 +0100 Subject: [PATCH] fix: remove unneeded values --- charts/hubone/Chart.yaml | 2 +- charts/hubone/values.yaml | 20 +------------------- 2 files changed, 2 insertions(+), 20 deletions(-) diff --git a/charts/hubone/Chart.yaml b/charts/hubone/Chart.yaml index 76e741e..a235cf7 100644 --- a/charts/hubone/Chart.yaml +++ b/charts/hubone/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 4.0.1 +version: 4.0.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/hubone/values.yaml b/charts/hubone/values.yaml index 7416e62..7fd0cbf 100644 --- a/charts/hubone/values.yaml +++ b/charts/hubone/values.yaml @@ -50,23 +50,5 @@ postgresql: username: postgres password: postgres database: hubone - primary: - podSecurityContext: - enabled: false - fsGroup: "" - containerSecurityContext: - enabled: false - runAsUser: "auto" - - readReplicas: - podSecurityContext: - enabled: false - fsGroup: "" - containerSecurityContext: - enabled: false - runAsUser: "auto" - volumePermissions: - enabled: true - securityContext: - runAsUser: "auto" \ No newline at end of file + enabled: true \ No newline at end of file