Add Templates to pretty config

This commit is contained in:
2024-05-10 12:06:03 +02:00
parent 8eebe405b7
commit ddaaa33b71
7 changed files with 47 additions and 14 deletions

View File

@ -0,0 +1,4 @@
---
url:
path: app.ingress.hosts
description: A hostname that will be used by ingress

View File

@ -151,6 +151,15 @@ charts:
- name: kubernetes-dashboard
repository: kubernetes-dashboard
extensions:
- name: add a pretty config mapper
source_dir: ./extensions/kubernetes-dashboard/
target_dir: config
patches:
- name: add a pretty config mapper
custom_command:
commands:
- mv ./config/config.yaml .
- rm -rf config
mirrors:
- custom_command
- custom_command