Skip to content

Commit

Permalink
[sophora-cluster-common]: use ingress enabled flag in cluster-common (#…
Browse files Browse the repository at this point in the history
…110) (#111)

Co-authored-by: Tom <[email protected]>
  • Loading branch information
hehu80 and tom-schoener authored Jul 15, 2024
1 parent ade83fd commit 38a4c04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sophora-cluster-common/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: sophora-cluster-common
description: A Helm chart containing some common resources useful for Sophora cloud setups
type: application
version: 1.1.2
version: 1.1.3
appVersion: "4"
2 changes: 1 addition & 1 deletion charts/sophora-cluster-common/templates/lb/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.clusterServerLb.enabled }}
{{- if and .Values.clusterServerLb.enabled .Values.clusterServerLb.ingress.enabled }}
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
Expand Down

0 comments on commit 38a4c04

Please sign in to comment.