akka-java-cluster-openshift icon indicating copy to clipboard operation
akka-java-cluster-openshift copied to clipboard

Remove hardcoded namespaces

Open jroper opened this issue 5 years ago • 0 comments

Generally it's not a good idea to hard code namespaces in yaml specs. This allows the demo specs to be deployed, unmodified, to any namespace, simply by running:

kubectl apply -f kubernetes/ -n my-namespace

jroper avatar May 30 '19 04:05 jroper