From 104574881a2f8fdc074bbfddba50931f95e40993 Mon Sep 17 00:00:00 2001 From: Zoltan Szepesi <2dcube01@gmail.com> Date: Thu, 7 Nov 2024 10:17:09 +0100 Subject: [PATCH] Remove securitycontexts entirely from mysql --- charts/iam/Chart.yaml | 2 +- charts/iam/templates/iam-mysql/deployment.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/iam/Chart.yaml b/charts/iam/Chart.yaml index 8fb380a..98fdc98 100644 --- a/charts/iam/Chart.yaml +++ b/charts/iam/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: 0.1.7 +version: 0.1.8 # 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/iam/templates/iam-mysql/deployment.yaml b/charts/iam/templates/iam-mysql/deployment.yaml index aa33730..952eb19 100644 --- a/charts/iam/templates/iam-mysql/deployment.yaml +++ b/charts/iam/templates/iam-mysql/deployment.yaml @@ -32,8 +32,6 @@ spec: {{- toYaml .Values.podSecurityContext | nindent 8 }} containers: - name: {{ include "iam-mysql.fullname" . }} - # securityContext: - # {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.mysql.repository }}:{{ .Values.image.mysql.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.mysql.pullPolicy }} ports: