File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ jobs:
5454 aws eks update-kubeconfig --name ${{ env.CLUSTER_NAME }}
5555 - name : Apply manifests
5656 run : |
57- kubectl apply -f kubernetes/manifests/
57+ kubectl apply -f kubernetes/manifests/ ${{ github.event_name == 'pull_request' && '--dry-run' || '' }}
5858 - name : Deploy eoAPI Chart
5959 uses : helmfile/helmfile-action@v2.0.4
6060 with :
61- # helmfile-args: 'apply'
62- helmfile-args : ${{ github.event_name == 'push' && 'apply' || 'diff' }}
61+ helmfile-args : ' apply'
62+ # helmfile-args: ${{ github.event_name == 'push' && 'apply' || 'diff' }}
6363 helmfile-workdirectory : kubernetes/helm
6464 - run : |
6565 kubectl get job -A
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ prometheus:
99 annotations : { }
1010 ingress :
1111 annotations :
12- # nginx.ingress.kubernetes.io/auth-type: basic
13- # nginx.ingress.kubernetes.io/auth-secret: eoapi-support-prometheus
14- # nginx.ingress.kubernetes.io/auth-realm: 'Authentication Required'
12+ nginx.ingress.kubernetes.io/auth-type : basic
13+ nginx.ingress.kubernetes.io/auth-secret : eoapi-support-prometheus
14+ nginx.ingress.kubernetes.io/auth-realm : ' Authentication Required'
1515 nginx.ingress.kubernetes.io/enable-cors : " true"
1616 nginx.ingress.kubernetes.io/enable-access-log : " true"
1717 cert-manager.io/cluster-issuer : " letsencrypt-prod"
You can’t perform that action at this time.
0 commit comments