Fix infra namespaces

This commit is contained in:
Aram 🍐 2019-10-26 15:34:14 -04:00
parent 22ac332f75
commit b2a2657e23
2 changed files with 2 additions and 1 deletions

View file

@ -61,7 +61,7 @@ infra:deploy:
# Deploy infra manifests directly
- cd ${INFRA_SRC}/
- kubectl apply --namespace ${DEPLOY_NAMESPACE} -R -f manifests/
- kubectl apply -R -f manifests/
only:
refs:
- master

View file

@ -2,6 +2,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: public-ingress
namespace: public
annotations:
kubernetes.io/ingress.class: nginx
spec: