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

dgrove pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new fa1c1ba  ignore mycluster.yaml (#204)
fa1c1ba is described below

commit fa1c1ba57a73a7e50f23f894d602e5986b57bd5c
Author: Carlos Santana <[email protected]>
AuthorDate: Fri May 25 14:39:32 2018 -0400

    ignore mycluster.yaml (#204)
    
    gitignore mycluster.yaml
---
 .gitignore                                     | 1 +
 .travis.yml                                    | 2 ++
 docker/docker-pull/pull_images.yml             | 2 ++
 helm/values.yaml                               | 2 +-
 kubernetes/package-kafka/kafkapkginstaller.yml | 2 +-
 5 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 5300e42..210a582 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 kubernetes/nginx/certs
+helm/mycluster.yaml
diff --git a/.travis.yml b/.travis.yml
index 35de9c9..13bb8a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,5 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
 sudo: required
 
 env:
diff --git a/docker/docker-pull/pull_images.yml 
b/docker/docker-pull/pull_images.yml
index 05510b6..bc1dc85 100644
--- a/docker/docker-pull/pull_images.yml
+++ b/docker/docker-pull/pull_images.yml
@@ -1,3 +1,5 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
+# license agreements; and to You under the Apache License, Version 2.0.
 ---
 
 # Playbook to prefetch runtime action images from a docker registry for an 
invoker node.
diff --git a/helm/values.yaml b/helm/values.yaml
index bcffa16..d2222c4 100644
--- a/helm/values.yaml
+++ b/helm/values.yaml
@@ -59,7 +59,7 @@ db:
     enabled: false
     pvcName: couchdb-pvc
     size: 8Gi
-    storageClass: CouchDBSC 
+    storageClass: CouchDBSC
     accessMode: ReadWriteOnce
 
 # Nginx configurations
diff --git a/kubernetes/package-kafka/kafkapkginstaller.yml 
b/kubernetes/package-kafka/kafkapkginstaller.yml
index 6f22e44..3ddf198 100644
--- a/kubernetes/package-kafka/kafkapkginstaller.yml
+++ b/kubernetes/package-kafka/kafkapkginstaller.yml
@@ -17,7 +17,7 @@ spec:
       restartPolicy: Never
       containers:
       - name: kafkapkginstaller
-        imagePullPolicy: IfNotPresent 
+        imagePullPolicy: IfNotPresent
         image: openwhisk/kube-kafkapkginstaller
         env:
         - name: "APIHOST"

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to