Skip to content

Commit

Permalink
Remove securitycontexts entirely from mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDCube committed Nov 7, 2024
1 parent f34544a commit 1045748
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/iam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions charts/iam/templates/iam-mysql/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1045748

Please sign in to comment.