fixed: open /etc.ssl/onwalk.net.pem: no such file or directory

This commit is contained in:
Haitao Pan 2023-05-09 19:12:40 +08:00
parent 84a27bfa40
commit bc8d2bff03
3 changed files with 3 additions and 3 deletions

View File

@ -15,4 +15,4 @@
tls:
- secret_name: harbor-tls
keyfile: /etc/ssl/onwalk.net.key
certfile: /etc.ssl/onwalk.net.pem
certfile: /etc/ssl/onwalk.net.pem

View File

@ -15,4 +15,4 @@
tls:
- secret_name: keycloak-tls
keyfile: /etc/ssl/onwalk.net.key
certfile: /etc.ssl/onwalk.net.pem
certfile: /etc/ssl/onwalk.net.pem

View File

@ -16,7 +16,7 @@
when: generic is defined
- name: "cluster {{ ClusterContext }} : Clean OLD Secret"
shell: "kubectl delete secret {{ item.secret_name }} --all -n {{ namespace }}"
shell: "kubectl delete secret {{ item.secret_name }} -n {{ namespace }}"
ignore_errors: yes
loop: "{{ secret }}"
when: secret is defined