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 dcb24d5 commit fd75eb3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions config/ci.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
3 changes: 1 addition & 2 deletions config/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3975,7 +3975,6 @@ spec:
containers:
- args:
- server
- --secure=false
- --namespaced=true
- --auth-mode=server
image: quay.io/argoproj/argocli:dev-dataflow
Expand All @@ -3988,7 +3987,7 @@ spec:
httpGet:
path: /
port: 2746
scheme: HTTP
scheme: HTTPS
initialDelaySeconds: 10
periodSeconds: 20
securityContext:
Expand Down
3 changes: 1 addition & 2 deletions config/dev.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 fd75eb3

Please sign in to comment.