Skip to content

Commit b22f250

Browse files
authored
Network Policies (#211)
* First commit of netpolicies, now that it's working locally, let's break it in unfunded * Adding an s3: yes label to peregrine * Fixing typo in ssjdispatcher's netpolicy * Updating netpolicy names * Figured out why things weren't working, so blocked some stuff behind a feature flag, and cleaned up some values files elsewhere * Updating some labels for network policies * Do not understand how that happened * Well, that was embarassing * Postfix * Added the VPC netpolicy * Adding a beta flag to net policies * First commit of netpolicies, now that it's working locally, let's break it in unfunded * Adding an s3: yes label to peregrine * Fixing typo in ssjdispatcher's netpolicy * Updating netpolicy names * Figured out why things weren't working, so blocked some stuff behind a feature flag, and cleaned up some values files elsewhere * Updating some labels for network policies * Do not understand how that happened * Well, that was embarassing * Postfix * Added the VPC netpolicy * Adding a beta flag to net policies * Updating the common version ambassador points to * Need to update the common chart version everywhere * Just updating versioning * More version bumps * Trying an experiment * Think this is it * Still a little confused * Worst. Linter. Ever * Linter should be happy * Bumping versions * Need to update dependencies too * Update default netpol values, documentation * Fixing formatting for linter
1 parent 078c7ae commit b22f250

File tree

133 files changed

+2040
-1672
lines changed

Some content is hidden

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

133 files changed

+2040
-1672
lines changed

.pre-commit-config.yaml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: git@github.com:Yelp/detect-secrets
3-
rev: v0.13.1
3+
rev: v1.5.0
44
hooks:
55
- id: detect-secrets
66
args: ["--baseline", ".secrets.baseline"]
@@ -9,28 +9,28 @@ repos:
99
hooks:
1010
- id: no-commit-to-branch
1111
args: [--branch, develop, --branch, master, --pattern, release/.*]
12-
12+
1313
# - repo: https://github.com/gruntwork-io/pre-commit
1414
# rev: v0.1.17 # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
1515
# hooks:
1616
# - id: helmlint
1717

18-
- repo: local
19-
hooks:
20-
- id: helm-docs
21-
args: ["-c", "helm"]
22-
description: Uses 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file.
23-
entry: git-hook/helm-docs.sh
24-
language: script
25-
name: Helm Docs
26-
require_serial: true
27-
28-
- repo: local
29-
hooks:
30-
- id: helm-chart-bump
31-
args: []
32-
description: Updates the .Chart.yaml with updates version if there are changes since master branch. This is to ensure we bump our charts for updates.
33-
entry: git-hook/helm-bump.sh
34-
language: script
35-
name: Helm Docs
36-
require_serial: true
18+
- repo: local
19+
hooks:
20+
- id: helm-docs
21+
args: ["-c", "helm"]
22+
description: Uses 'helm-docs' to create documentation from the Helm chart's 'values.yaml' file, and inserts the result into a corresponding 'README.md' file.
23+
entry: git-hook/helm-docs.sh
24+
language: script
25+
name: Helm Docs
26+
require_serial: true
27+
28+
- repo: local
29+
hooks:
30+
- id: helm-chart-bump
31+
args: []
32+
description: Updates the .Chart.yaml with updates version if there are changes since master branch. This is to ensure we bump our charts for updates.
33+
entry: git-hook/helm-bump.sh
34+
language: script
35+
name: Helm Docs
36+
require_serial: true

0 commit comments

Comments
 (0)