Skip to content

Commit

Permalink
fix typo (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-akeyless authored Feb 10, 2025
1 parent a052ed6 commit 5493cbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/akeyless-k8s-secrets-injection/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.
version: 1.14.1
version: 1.14.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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spec:
release: {{ .Release.Name }}
annotations:
checksum/config: {{ include (print $.Template.BasePath "/apiservice-webhook.yaml") . | sha256sum }}
{{- if and .Values.metrics.enabled .Values.metrics.promethues.enabled }}
{{- toYaml .Values.metrics.promethues.annotations | nindent 8 }}
{{- if and .Values.metrics.enabled .Values.metrics.prometheus.enabled }}
{{- toYaml .Values.metrics.prometheus.annotations | nindent 8 }}
{{- end }}
spec:
{{- if .Values.hostNetwork }}
Expand Down Expand Up @@ -65,9 +65,9 @@ spec:
{{- if .Values.metrics.enabled }}
- name: METRICS_PORT
value: {{ .Values.metrics.port | quote }}
{{- if .Values.metrics.promethues.enabled }}
{{- if .Values.metrics.prometheus.enabled }}
- name: METRICS_ANNOTATIONS
value: {{ toJson .Values.metrics.promethues.annotations | quote }}
value: {{ toJson .Values.metrics.prometheus.annotations | quote }}
{{- end }}
{{- end }}
{{- if .Values.gatewayCert.tlsCertsSecretName }}
Expand Down

0 comments on commit 5493cbe

Please sign in to comment.