Skip to content

Commit

Permalink
init commit (#222)
Browse files Browse the repository at this point in the history
* init commit

* init commit
  • Loading branch information
michelsk authored Nov 22, 2023
1 parent bc78f9a commit c15f1f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/akeyless-secure-remote-access/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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: 0.25.0
version: 0.25.1


appVersion: v0.20.2_0.15.7_1.2.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
matchLabels:
app: zero-trust-portal
{{- if not .Values.ztpConfig.HPA.enabled }}
replicas: {{ .Values.ztbConfig.replicaCount }}
replicas: {{ .Values.ztpConfig.replicaCount }}
{{- end }}
template:
metadata:
Expand Down Expand Up @@ -66,7 +66,7 @@ spec:
value: {{ .Values.httpProxySettings.no_proxy }}
{{- end }}

{{- end }}

{{- if .Values.ztpConfig.env }}
{{- toYaml .Values.ztpConfig.env | nindent 12 }}
{{- end }}
Expand All @@ -90,4 +90,4 @@ spec:
- name: {{ $.Release.Name }}-cm-ztp-vol
configMap:
name: {{ $.Release.Name }}-cm-ztp

{{- end }}

0 comments on commit c15f1f9

Please sign in to comment.