Skip to content

Commit 9045d56

Browse files
committed
chore(docs): rename yml to yaml
1 parent b00e40f commit 9045d56

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
run: |
5959
6060
cd cloud-tmp
61-
python -m yq -Y --indentless --in-place '.image.tag = "${{ github.sha }}"' kubernetes/nanoforge/docs-override.yml
61+
python -m yq -Y --indentless --in-place '.image.tag = "${{ github.sha }}"' kubernetes/nanoforge/docs-override.yaml
6262
63-
git add kubernetes/nanoforge/docs-override.yml
63+
git add kubernetes/nanoforge/docs-override.yaml
6464
git commit -m "Update docs image tag to ${{ github.sha }}"
6565
git push origin main
6666

values.yml renamed to values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,7 @@ image:
55
tag: b2f8f3a70edb4a286fcc33ef2be96a6eb3ac9f2f
66
imagePullSecret: nanoforge-docker-token
77
routes:
8-
- port: 80
9-
match: Host(`docs.nanoforge.eu`)
8+
- port: 80
9+
match: Host(`docs.nanoforge.eu`)
10+
middlewares:
11+
- name: "404"

0 commit comments

Comments
 (0)