You've already forked helm-gitea
Compare commits
2 Commits
b88abaa1e7
...
aa3cf45660
| Author | SHA1 | Date | |
|---|---|---|---|
|
aa3cf45660
|
|||
|
064e51d0c2
|
@@ -9,4 +9,7 @@ indent_size = 2
|
|||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
|
||||||
|
[Makefile]
|
||||||
|
indent_style = tab
|
||||||
7
Makefile
7
Makefile
@@ -20,7 +20,10 @@ unittests-helm:
|
|||||||
unittests-bash:
|
unittests-bash:
|
||||||
./unittests/bash/bats/bin/bats --pretty ./unittests/bash/tests/**/*.bats
|
./unittests/bash/bats/bin/bats --pretty ./unittests/bash/tests/**/*.bats
|
||||||
|
|
||||||
.PHONY: helm
|
.PHONY: update-helm-dependencies
|
||||||
update-helm-dependencies:
|
update-helm-dependencies:
|
||||||
helm dependency update
|
helm dependency update
|
||||||
|
|
||||||
|
.PHONY: yamllint
|
||||||
|
yamllint:
|
||||||
|
yamllint -c .yamllint .
|
||||||
@@ -110,4 +110,4 @@ tests:
|
|||||||
value: "/usr/sbinx"
|
value: "/usr/sbinx"
|
||||||
- equal:
|
- equal:
|
||||||
path: spec.template.spec.initContainers[*].volumeMounts[?(@.name=="config")].mountPath
|
path: spec.template.spec.initContainers[*].volumeMounts[?(@.name=="config")].mountPath
|
||||||
value: "/usr/sbinx"
|
value: "/usr/sbinx"
|
||||||
|
|||||||
Reference in New Issue
Block a user