Skip to content

Commit

Permalink
Add an empty rook environment (#585)
Browse files Browse the repository at this point in the history
Required in preparation of the deployment of the rook operator.

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Mar 12, 2024
1 parent 2098841 commit 68933b6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Dummy variable to avoid error because ansible does not recognize the
# file as a good configuration file when no variable in it.
dummy:
4 changes: 4 additions & 0 deletions {{cookiecutter.project_name}}/environments/rook/images.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Dummy variable to avoid error because ansible does not recognize the
# file as a good configuration file when no variable in it.
dummy:
4 changes: 4 additions & 0 deletions {{cookiecutter.project_name}}/environments/rook/secrets.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
# Dummy variable to avoid error because ansible does not recognize the
# file as a good configuration file when no variable in it.
dummy:

0 comments on commit 68933b6

Please sign in to comment.