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

Commit

Permalink
cloudshell x-onyxia
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Jul 10, 2022
1 parent f1d009e commit 22b5899
Show file tree
Hide file tree
Showing 5 changed files with 200 additions and 207 deletions.
2 changes: 1 addition & 1 deletion charts/cloudshell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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: 4.0.10
version: 4.1.0

# 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
2 changes: 1 addition & 1 deletion charts/cloudshell/templates/networkpolicy-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.security.networkPolicy.enable -}}
{{- if .Values.security.networkPolicy.enabled -}}
{{- if .Values.ingress.enabled -}}
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
Expand Down
2 changes: 1 addition & 1 deletion charts/cloudshell/templates/networkpolicy.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.security.networkPolicy.enable -}}
{{- if .Values.security.networkPolicy.enabled -}}
kind: NetworkPolicy
apiVersion: networking.k8s.io/v1
metadata:
Expand Down
Loading

0 comments on commit 22b5899

Please sign in to comment.