Skip to content

Commit

Permalink
removing podSecurityContext until it can be fleshed out
Browse files Browse the repository at this point in the history
Signed-off-by: wdower <will@dower.dev>
  • Loading branch information
wdower committed Mar 17, 2024
1 parent da914c2 commit d2a370c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion vulcan/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.2.1
version: 0.2.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
Expand Down
2 changes: 0 additions & 2 deletions vulcan/templates/postgres-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ spec: # of the deployment
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
securityContext:
{{- toYaml .Values.postgresql.podSecurityContext | nindent 8 }}
volumes:
- name: {{ include "vulcan.fullname" . }}-pv-volume # must match PV
{{- if .Values.postgresql.persistence.enabled }}
Expand Down
2 changes: 0 additions & 2 deletions vulcan/templates/vulcan-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
securityContext:
{{- toYaml .Values.heimdall.podSecurityContext | nindent 8 }}
initContainers:
- name: check-db-ready
image: {{.Values.postgresql.image.repository}}:{{ .Values.postgresql.image.tag }}
Expand Down

0 comments on commit d2a370c

Please sign in to comment.