Fix infra namespaces
This commit is contained in:
parent
22ac332f75
commit
b2a2657e23
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -2,6 +2,7 @@ apiVersion: extensions/v1beta1
|
|||
kind: Ingress
|
||||
metadata:
|
||||
name: public-ingress
|
||||
namespace: public
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
spec:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue