Skip to content

Commit

Permalink
config: change argo-server to secure
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 12, 2021
1 parent fd75eb3 commit f341a7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/quick-start.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4077,7 +4077,6 @@ spec:
containers:
- args:
- server
- --secure=false
- --namespaced=true
- --auth-mode=server
image: quay.io/argoproj/argocli:dev-dataflow
Expand All @@ -4090,7 +4089,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTP
scheme: HTTPS
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down

0 comments on commit f341a7d

Please sign in to comment.