Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-bootstrap
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
640a3424
authored
2022-03-29 18:25:30 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix shell syntax error in else block.
1 parent
9740705c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
k8s-bootstrap.yaml
k8s-bootstrap.yaml
View file @
640a342
...
...
@@ -27,7 +27,7 @@ data:
echo helmfile > /tmp/git-storage/repo-type
elif [ -e kustomization.yaml ]; then
echo kustomize > /tmp/git-storage/repo-type
else
[
else
echo unknown > /tmp/git-storage/repo-type
fi
check-mode
:
|
...
...
Please
register
or
sign in
to post a comment