Skip to content

Commit

Permalink
Merge pull request #287 from RasaHQ/fix-newline-removal-causing-a-mis…
Browse files Browse the repository at this point in the history
…sing-networkpolicy

remove a - from line 167 which caused a missing netpol
  • Loading branch information
camattin authored Apr 4, 2022
2 parents 42b8f6b + fa8df00 commit 499b254
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/rasa-x/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
apiVersion: v2

version: "4.5.1"
version: "4.5.2"

appVersion: "1.0.1"

Expand Down Expand Up @@ -42,4 +42,4 @@ annotations:
# See: https://artifacthub.io/docs/topics/annotations/helm/#supported-annotations
artifacthub.io/changes: |
- kind: fix
description: Update the default value for nodeCIDR in values.yaml to address the table/non-table warning
description: Due to a missing newline a network policy was missing upon deployment
2 changes: 1 addition & 1 deletion charts/rasa-x/templates/network-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ spec:
ports:
- protocol: TCP
port: {{ .Values.rasa.port }}
{{- if .Values.networkPolicy.nodeCIDR -}}
{{- if .Values.networkPolicy.nodeCIDR }}
---
apiVersion: {{ template "networkPolicy.apiVersion" . }}
kind: NetworkPolicy
Expand Down

0 comments on commit 499b254

Please sign in to comment.