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:
James Pace 2022-12-05 19:10:07 -05:00
parent 137a9fcb3a
commit da7e2161bc
2 changed files with 2 additions and 2 deletions

View File

@ -228,7 +228,7 @@ spec:
- name: ingress_host - name: ingress_host
value: git.jpace121.net value: git.jpace121.net
- name: ingress_tls - name: ingress_tls
value: "false" value: "true"
- name: hibernate_dialect - name: hibernate_dialect
value: org.hibernate.dialect.MySQL5InnoDBDialect value: org.hibernate.dialect.MySQL5InnoDBDialect
- name: hibernate_connection_driver_class - name: hibernate_connection_driver_class

View File

@ -13,7 +13,7 @@ spec:
- image: 192.168.1.128:8443/curl:latest - image: 192.168.1.128:8443/curl:latest
script: | script: |
#!/usr/bin/env bash #!/usr/bin/env bash
set -ex set -e
case "$(params.status)" in case "$(params.status)" in
"Succeeded" | "Completed") "Succeeded" | "Completed")