Add Templates to pretty config
This commit is contained in:
4
helmule/extensions/kubernetes-dashboard/config.yaml
Normal file
4
helmule/extensions/kubernetes-dashboard/config.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
url:
|
||||
path: app.ingress.hosts
|
||||
description: A hostname that will be used by ingress
|
@ -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
|
Reference in New Issue
Block a user