You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/09/23 17:27:02 UTC

[incubator-sdap-nexus] branch new-webapp-yml updated: always deploy webapp

This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a commit to branch new-webapp-yml
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/new-webapp-yml by this push:
     new b4b8f28  always deploy webapp
b4b8f28 is described below

commit b4b8f28041468f381a0a395a30a6ac6c8d302d9d
Author: Eamon Ford <ea...@gmail.com>
AuthorDate: Wed Sep 23 10:26:47 2020 -0700

    always deploy webapp
---
 helm/templates/webapp.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/helm/templates/webapp.yaml b/helm/templates/webapp.yaml
index 3eb5715..8b05c6f 100644
--- a/helm/templates/webapp.yaml
+++ b/helm/templates/webapp.yaml
@@ -1,4 +1,3 @@
-{{ if .Values.webapp.enabled }}
 apiVersion: "sparkoperator.k8s.io/v1beta2"
 kind: SparkApplication
 metadata:
@@ -45,5 +44,4 @@ spec:
   - name: webapp
     protocol: TCP
     port: 8083
-    targetPort: 8083
-{{ end }}
\ No newline at end of file
+    targetPort: 8083
\ No newline at end of file