Skip to content

Commit

Permalink
Add runtime rendered config map file to .gitignore (#28)
Browse files Browse the repository at this point in the history
* auth.tf: Use join for config map file

* auth.tf: Fix typo for local variable

* auth.tf: Format auth module

* Add runtime rendered config map file to .gitignore

* Add new line to end of the line in gitignore
  • Loading branch information
RobusGauli authored and aknysh committed Nov 5, 2019
1 parent 9468626 commit a1a78a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@

**/.build-harness
**/build-harness

# Rendered yaml config
**/configmap-auth.yaml

0 comments on commit a1a78a1

Please sign in to comment.