mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
chore(helmfile): Move environment sample files to .sample file ending
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||||
|
|||||||
6
helmfile/environments/dev/values.yaml.sample
Normal file
6
helmfile/environments/dev/values.yaml.sample
Normal 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
|
||||||
|
...
|
||||||
6
helmfile/environments/prod/values.yaml.sample
Normal file
6
helmfile/environments/prod/values.yaml.sample
Normal 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
|
||||||
|
...
|
||||||
Reference in New Issue
Block a user