-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #293 from 3scale-ops/feat/reproducible-dev-env
feat/local-setup
- Loading branch information
Showing
84 changed files
with
1,970 additions
and
2,285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
resources: | ||
- https://github.com/cert-manager/cert-manager/releases/download/v1.13.3/cert-manager.yaml | ||
- resources.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
apiVersion: cert-manager.io/v1 | ||
kind: ClusterIssuer | ||
metadata: | ||
name: selfsigned-cluster-issuer | ||
spec: | ||
selfSigned: {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
resources: | ||
- https://github.com/external-secrets/external-secrets/config/crds/bases/?ref=v0.9.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
resources: | ||
- https://github.com/grafana/grafana-operator/config/crd/?ref=v4.10.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
resources: | ||
- https://github.com/3scale-ops/marin3r/config/crd/?ref=v0.12.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
namespace: marin3r | ||
resources: | ||
- https://github.com/3scale-ops/marin3r/config/default/?ref=v0.12.3 | ||
|
||
# somehow this works in upstream repo but not here | ||
patches: | ||
- target: | ||
group: admissionregistration.k8s.io | ||
version: v1 | ||
kind: MutatingWebhookConfiguration | ||
patch: |- | ||
- op: remove | ||
path: /metadata/creationTimestamp | ||
# use cluster scoped installation | ||
- target: | ||
group: rbac.authorization.k8s.io | ||
kind: Role | ||
name: manager-role | ||
version: v1 | ||
patch: |- | ||
- op: replace | ||
path: /kind | ||
value: ClusterRole | ||
- op: remove | ||
path: /metadata/namespace | ||
- target: | ||
group: rbac.authorization.k8s.io | ||
kind: RoleBinding | ||
name: manager-rolebinding | ||
version: v1 | ||
patch: |- | ||
- op: replace | ||
path: /kind | ||
value: ClusterRoleBinding | ||
- op: replace | ||
path: /roleRef/kind | ||
value: ClusterRole | ||
- op: remove | ||
path: /metadata/namespace | ||
# no HA | ||
- target: | ||
group: apps | ||
kind: Deployment | ||
name: controller-webhook | ||
version: v1 | ||
patch: |- | ||
- op: replace | ||
path: /spec/replicas | ||
value: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
namespace: metallb | ||
resources: | ||
- https://github.com/metallb/metallb/config/native/?ref=v0.13.12 | ||
- resources.yaml |
Oops, something went wrong.