Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
fix chart env (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pumba98 authored Jul 16, 2023
1 parent 5d8ccff commit 654b137
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/bitwarden-secret-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ description: Deploy the Bitwarden Secret Operator

type: application

version: "0.12.0"
version: "0.12.1"

appVersion: "0.12.0"
appVersion: "0.12.1"

keywords:
- operator
Expand Down
2 changes: 1 addition & 1 deletion charts/bitwarden-secret-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
{{- with .Values.env }}
{{- . | toYaml | trim | nindent 12 }}
{{- . | toYaml | trim | nindent 10 }}
{{- end }}
- name: ASPNETCORE_URLS
value: "http://*:{{ .Values.httpPort }}"
Expand Down

0 comments on commit 654b137

Please sign in to comment.