fix: application set editing won't break applying anymore

This commit is contained in:
Nikolai Rodionov
2023-02-26 06:15:15 +01:00
parent 99a168644f
commit 3a6e3e4268
2 changed files with 33 additions and 1 deletions

View File

@ -6,7 +6,11 @@ metadata:
spec:
generators:
- list:
elements: []
elements:
- name: application
app: badhouseplants
branch: main
chart_version:
template:
metadata:
name: "{{ app }}-{{ name }}"
@ -27,3 +31,4 @@ spec:
destination:
server: "https://kubernetes.default.svc"
namespace: "{{ app }}-{{ name }}"