Skip to content

Commit

Permalink
feat(refactor): yml to yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrdufour committed Aug 24, 2023
1 parent a22b462 commit 57cc161
Show file tree
Hide file tree
Showing 40 changed files with 10 additions and 10 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
namespace: default
template: "{{ item }}"
loop:
- gitea/deployment.yml.j2
- gitea/service.yml.j2
- gitea/ingress.yml.j2
- gitea/deployment.yaml.j2
- gitea/service.yaml.j2
- gitea/ingress.yaml.j2
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
namespace: default
template: "{{ item }}"
loop:
- minio/private-ca-cm.yml.j2
- minio/deployment.yml.j2
- minio/service.yml.j2
- minio/ingress.yml.j2
- minio/private-ca-cm.yaml.j2
- minio/deployment.yaml.j2
- minio/service.yaml.j2
- minio/ingress.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
namespace: default
template: "{{ item }}"
loop:
- registry/certificate.yml.j2
- registry/deployment.yml.j2
- registry/service.yml.j2
- registry/certificate.yaml.j2
- registry/deployment.yaml.j2
- registry/service.yaml.j2
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 57cc161

Please sign in to comment.