@ -16,6 +16,7 @@ spec:
lookupPolicy:
local: false
---
{{ if .Values.build.enabled }}
apiVersion: build.openshift.io/v1
kind: BuildConfig
metadata:
@ -61,6 +62,7 @@ spec:
- type: ConfigChange
- imageChange: {}
type: ImageChange
{{ end }}
apiVersion: apps/v1
kind: Deployment
@ -69,11 +69,28 @@
"webHostname"
],
"title": "Ingress"
},
"build": {
"type": "object",
"additionalProperties": false,
"properties": {
"enabled": {
"title": "Build enabled?",
"type": "boolean",
"default": true,
"description": "Build the eShopOnWeb application in this namespace?"
}
"required": [
"enabled"
"title": "Build"
"database",
"ingress"
"ingress",
"build"
"title": "eShopOnWeb Application"
@ -7,3 +7,5 @@ database:
ingress:
webHostname: ""
apiHostname: ""
build:
enabled: true