Wrap wave in quotes

This commit is contained in:
j 2025-08-13 22:31:44 +10:00
parent 9c3e8af86d
commit 9a4e81e307
2 changed files with 11 additions and 11 deletions

View file

@ -11,23 +11,23 @@ spec:
- name: mariadb-operators
path: applications/20-databases/mariadb-operators
nmsp: database
wave: 1
wave: "1"
- name: postgresql
path: applications/20-databases/postgresql
nmsp: database
wave: 1
wave: "1"
- name: influxdb
path: applications/20-databases/influxdb
nmsp: database
wave: 1
wave: "1"
- name: redis
path: applications/20-databases/redis
nmsp: database
wave: 1
wave: "1"
- name: mariadb-database
path: applications/20-databases/mariadb-database
nmsp: database
wave: 2
wave: "2"
template:
metadata:
name: '{{name}}'

View file

@ -11,32 +11,32 @@ spec:
- name: namespace
path: applications/00-namespace
nmsp: home-server
wave: 1
wave: "1"
- name: replicator
path: applications/10-replicator
nmsp: home-server
wave: 2
wave: "2"
- name: databases
path: applications/20-databases
nmsp: database
wave: 2
wave: "2"
- name: domain-names
path: applications/30-domain-names
nmsp: home-server
wave: 2
wave: "2"
- name: authentik
path: applications/50-authentik
nmsp: home-server
wave: 3
wave: "3"
- name: nextcloud
path: applications/50-nextcloud
nmsp: home-server
wave: 3
wave: "3"
template:
metadata: