Skip to content

Commit 362065a

Browse files
authored
Merge pull request #127 from mbaldessari/slimming
Slimming common
2 parents ce2de25 + c8f5a20 commit 362065a

437 files changed

Lines changed: 199 additions & 280221 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/linter.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ install: operator-deploy post-install ## installs the pattern, inits the vault a
1717
post-install: ## Post-install tasks - vault init and load-secrets
1818
make load-secrets
1919
echo "Done"
20-
21-
test:
22-
@make -f common/Makefile PATTERN_OPTS="-f values-global.yaml -f values-hub.yaml" test
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
[whitelist]
22
# As of v4, gitleaks only matches against filename, not path in the
33
# files directive. Leaving content for backwards compatibility.
4-
files = [
5-
"ansible/plugins/modules/*.py",
6-
"ansible/tests/unit/test_*.py",
7-
"ansible/tests/unit/v1/*.yaml",
8-
]
4+
files = [ ]

common/.github/workflows/ansible-lint.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

common/.github/workflows/ansible-unittest.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

common/.github/workflows/chart-branches.yml

Lines changed: 0 additions & 108 deletions
This file was deleted.

common/.github/workflows/chart-split.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

common/.github/workflows/jsonschema.yaml

Lines changed: 0 additions & 57 deletions
This file was deleted.

0 commit comments

Comments
 (0)