chore(helmfile): Move environment sample files to .sample file ending

This commit is contained in:
Dominik Kaminski
2023-07-30 16:14:13 +02:00
parent 84de627e20
commit 05493fded0
3 changed files with 14 additions and 2 deletions

4
.gitignore vendored
View File

@@ -4,5 +4,5 @@
.idea .idea
# Ignore changes to sample environments # Ignore changes to sample environments
helmfile/environments/dev/ helmfile/environments/dev/values.yaml
helmfile/environments/prod/ helmfile/environments/prod/values.yaml

View File

@@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
# SPDX-License-Identifier: Apache-2.0
---
# This a sample file and could be filled with proper variable overload.
sample: true
...

View File

@@ -0,0 +1,6 @@
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
# SPDX-License-Identifier: Apache-2.0
---
# This a sample file and could be filled with proper variable overload.
sample: true
...