Skip to content

Commit

Permalink
fix: Helm Lint issues fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-jain-10 committed Dec 11, 2024
1 parent 67da4e9 commit 9cdeeef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/openmetadata/templates/cron-deploy-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ spec:
{{- if not (.Values.automountServiceAccountToken) }}
automountServiceAccountToken: {{ .Values.automountServiceAccountToken }}
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 12 }}
volumes:
{{- include "tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 10 }}
{{- include "tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 12 }}
containers:
- name: cron-deploy-pipelines
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 14 }}
{{- toYaml .Values.securityContext | nindent 14 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
volumeMounts:
Expand Down
2 changes: 2 additions & 0 deletions charts/openmetadata/templates/cron-reindex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ spec:
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
volumes:
{{- include "tplvalues.render" (dict "value" .Values.extraVolumes "context" $) | nindent 12 }}
containers:
- name: cron-reindex
securityContext:
Expand Down

0 comments on commit 9cdeeef

Please sign in to comment.