Skip to content

Commit

Permalink
fix based n review
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <anna.reale@dynatrace.com>
  • Loading branch information
RealAnna committed Jan 31, 2023
1 parent 312d1a0 commit cbaa386
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/security-scans.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: "Security Scans"
on:
schedule:
- cron: '0 3 * * 1' # run tests at 1 AM (UTC), every monday (1) # run integration tests only when triggered manually

- cron: '0 3 * * 1' # run tests at 1 AM (UTC), every monday (1)
workflow_dispatch:
inputs:
branch:
Expand Down
4 changes: 2 additions & 2 deletions klt-cert-manager/config/default/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ spec:
livenessProbe:
tcpSocket:
port: 8443
initialDelaySeconds: 15
initialDelaySeconds: 5
periodSeconds: 20
readinessProbe:
tcpSocket:
port: 8443
initialDelaySeconds: 15
initialDelaySeconds: 5
periodSeconds: 20
- name: manager
args:
Expand Down
4 changes: 2 additions & 2 deletions operator/config/default/base/manager_auth_proxy_patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ spec:
livenessProbe:
tcpSocket:
port: 8443
initialDelaySeconds: 15
initialDelaySeconds: 5
periodSeconds: 20
readinessProbe:
tcpSocket:
port: 8443
initialDelaySeconds: 15
initialDelaySeconds: 5
periodSeconds: 20
image: gcr.io/kubebuilder/kube-rbac-proxy:v0.13.0
args:
Expand Down

0 comments on commit cbaa386

Please sign in to comment.