Skip to content

Commit 18b4e0d

Browse files
committed
build: reset auth
1 parent bbf3e5b commit 18b4e0d

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

kubernetes/helm/eoapi-support-values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)