-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into DTSPO-22727-patch-neuvector-nonprod
- Loading branch information
Showing
310 changed files
with
10,705 additions
and
24,365 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
6 changes: 6 additions & 0 deletions
6
apps/admin/aad-pod-identity/sbox/azure-identity-auto-cluster-01.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 @@ | ||
- op: replace | ||
path: /spec/resourceID | ||
value: /subscriptions/a8140a9e-f1b0-481f-a4de-09e2ee23f7ab/resourcegroups/ss-sbox-01-rg/providers/Microsoft.ContainerService/managedClusters/ss-sbox-01-aks | ||
- op: replace | ||
path: /spec/clientID | ||
value: 8c44a4cc-f514-43fc-bc82-da3bdd3dfacc |
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v30.0.2/traefik/crds/traefik.io_ingressroutetcps.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v30.0.2/traefik/crds/traefik.io_ingressroutes.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v30.0.2/traefik/crds/traefik.io_ingressrouteudps.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v30.0.2/traefik/crds/traefik.io_middlewares.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v30.0.2/traefik/crds/traefik.io_middlewaretcps.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v30.0.2/traefik/crds/traefik.io_serverstransports.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v30.0.2/traefik/crds/traefik.io_tlsoptions.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v30.0.2/traefik/crds/traefik.io_tlsstores.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v30.0.2/traefik/crds/traefik.io_traefikservices.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_ingressroutetcps.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_ingressroutes.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_ingressrouteudps.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_middlewares.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_middlewaretcps.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_serverstransports.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_tlsoptions.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_tlsstores.yaml | ||
- https://raw.githubusercontent.com/traefik/traefik-helm-chart/v33.0.0/traefik/crds/traefik.io_traefikservices.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
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
12 changes: 12 additions & 0 deletions
12
apps/azureserviceoperator-system/aso/toleration_patch.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,12 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: azureserviceoperator-controller-manager | ||
spec: | ||
template: | ||
spec: | ||
tolerations: | ||
- effect: NoSchedule | ||
key: CriticalAddonsOnly | ||
operator: Equal | ||
value: "true" |
2 changes: 1 addition & 1 deletion
2
apps/azureserviceoperator-system/cert-manager/kustomization.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- https://github.com/jetstack/cert-manager/releases/download/v1.12.1/cert-manager.yaml | ||
- https://github.com/jetstack/cert-manager/releases/download/v1.14.4/cert-manager.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
2 changes: 1 addition & 1 deletion
2
apps/azureserviceoperator-system/resources/flexibleserver-postgres-config.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
2 changes: 1 addition & 1 deletion
2
apps/azureserviceoperator-system/resources/flexibleserver-postgres.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
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
22 changes: 20 additions & 2 deletions
22
apps/azureserviceoperator-system/sbox/base/kustomization.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 |
---|---|---|
@@ -1,5 +1,23 @@ | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
resources: | ||
- ../../base | ||
- aso-controller-settings.yaml | ||
- aso-controller-settings.yaml | ||
- https://github.com/Azure/azure-service-operator/releases/download/v2.10.0/azureserviceoperator_v2.10.0.yaml | ||
- https://github.com/jetstack/cert-manager/releases/download/v1.14.4/cert-manager.yaml | ||
patches: | ||
- patch: |- | ||
- op: add | ||
path: /spec/template/spec/containers/0/args/- | ||
value: --crd-pattern=managedidentity.azure.com/*;servicebus.azure.com/*;resources.azure.com/*;managedidentity.azure.com/*;storage.azure.com/*;dbforpostgresql.azure.com/*;documentdb.azure.com/* | ||
target: | ||
kind: Deployment | ||
- patch: |- | ||
- op: replace | ||
path: /spec/template/spec/nodeSelector | ||
value: | ||
kubernetes.azure.com/agentpool: system | ||
target: | ||
kind: Deployment | ||
- target: | ||
kind: Deployment | ||
path: toleration_patch.yaml |
7 changes: 3 additions & 4 deletions
7
apps/dc/base/kustomize.yaml → ...eoperator-system/sbox/base/kustomize.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 |
---|---|---|
@@ -1,12 +1,11 @@ | ||
apiVersion: kustomize.toolkit.fluxcd.io/v1 | ||
kind: Kustomization | ||
metadata: | ||
name: dc | ||
name: aso | ||
namespace: flux-system | ||
spec: | ||
path: ./apps/dc/${ENVIRONMENT}/${CLUSTER} | ||
path: ./apps/azureserviceoperator-system/${ENVIRONMENT}/${CLUSTER} | ||
postBuild: | ||
substitute: | ||
NAMESPACE: "dc" | ||
NAMESPACE: "azureserviceoperator-system" | ||
TEAM_NOTIFICATION_CHANNEL: "${ENV_MONITOR_CHANNEL}" | ||
WI_NAME: dc-purview-shir |
12 changes: 12 additions & 0 deletions
12
apps/azureserviceoperator-system/sbox/base/toleration_patch.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,12 @@ | ||
apiVersion: apps/v1 | ||
kind: Deployment | ||
metadata: | ||
name: azureserviceoperator-controller-manager | ||
spec: | ||
template: | ||
spec: | ||
tolerations: | ||
- effect: NoSchedule | ||
key: CriticalAddonsOnly | ||
operator: Equal | ||
value: "true" |
2 changes: 1 addition & 1 deletion
2
apps/base/workload-identity/workload-identity-federated-credential.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
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
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
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
Oops, something went wrong.