File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
appVersion : v0.0.1
3
3
description : A Helm chart for Codefresh gitops runtime
4
4
name : gitops-runtime
5
- version : 0.2.0-alpha-9
5
+ version : 0.2.0-alpha-10
6
6
home : https://github.com/codefresh-io/gitops-runtime-helm
7
7
keywords :
8
8
- codefresh
Original file line number Diff line number Diff line change 1
1
# gitops-runtime
2
2
3
- ![ Version: 0.2.0-alpha-9 ] ( https://img.shields.io/badge/Version-0.2.0--alpha--9 -informational?style=flat-square ) ![ AppVersion: v0.0.1] ( https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square )
3
+ ![ Version: 0.2.0-alpha-10 ] ( https://img.shields.io/badge/Version-0.2.0--alpha--10 -informational?style=flat-square ) ![ AppVersion: v0.0.1] ( https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square )
4
4
5
5
A Helm chart for Codefresh gitops runtime
6
6
Original file line number Diff line number Diff line change
1
+ {{- if not (hasKey .Values.global.runtime "name") }}
2
+ {{- fail "ERROR: runtime.name is mandatory" }}
3
+ {{- end }}
4
+
5
+ {{- if ne .Release.Namespace .Values.global.runtime.name }}
6
+ {{- fail (printf "ERROR: Runtime %s must be installed in a namespace with the same name" .Values.global.runtime.name)}}
7
+ {{- end }}
You can’t perform that action at this time.
0 commit comments