dgrove-oss closed pull request #204: ignore mycluster.yaml
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/204
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to