Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gorrilla10101/planka
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Oct 17, 2023
2 parents 3ac2d28 + 8a4bdbd commit 348bf4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/planka/Chart.yaml
Expand Up @@ -24,8 +24,8 @@ version: 0.1.3
appVersion: "1.13.0"

dependencies:
- alias: postgresql
condition: postgresql.enabled
name: postgresql
repository: &bitnami-repo https://charts.bitnami.com/bitnami
version: 12.5.1
- alias: postgresql
condition: postgresql.enabled
name: postgresql
repository: &bitnami-repo https://charts.bitnami.com/bitnami
version: 12.5.1
4 changes: 4 additions & 0 deletions charts/planka/templates/deployment.yaml
Expand Up @@ -75,6 +75,10 @@ spec:
value: {{ required "A secret key needs to be generated using 'openssl rand -hex 64' and assigned to secretkey." .Values.secretkey }}
- name: TRUST_PROXY
value: "0"
{{ range $k, $v := .Values.env }}
- name: {{ $k | quote }}
value: {{ $v | quote }}
{{- end }}
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 348bf4d

Please sign in to comment.