Set ingress to tls for onedev, I think it's too late to make a difference but I tried... Fixes #1. Turn off printing commands for file bug task, should not log access token now...
This commit is contained in:
parent
137a9fcb3a
commit
da7e2161bc
|
|
@ -228,7 +228,7 @@ spec:
|
|||
- name: ingress_host
|
||||
value: git.jpace121.net
|
||||
- name: ingress_tls
|
||||
value: "false"
|
||||
value: "true"
|
||||
- name: hibernate_dialect
|
||||
value: org.hibernate.dialect.MySQL5InnoDBDialect
|
||||
- name: hibernate_connection_driver_class
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ spec:
|
|||
- image: 192.168.1.128:8443/curl:latest
|
||||
script: |
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
set -e
|
||||
|
||||
case "$(params.status)" in
|
||||
"Succeeded" | "Completed")
|
||||
|
|
|
|||
Loading…
Reference in New Issue