-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
operator dynatrace-operator-rhmp (1.3.0) (#859)
* operator dynatrace-operator-rhmp (1.3.0) Signed-off-by: Dynatrace Team Kubernetes <team-kubernetes-operator@dynatrace.com> * Update dynatrace-operator-rhmp.clusterserviceversion.yaml Signed-off-by: Dynatrace Team Kubernetes <team-kubernetes-operator@dynatrace.com> --------- Signed-off-by: Dynatrace Team Kubernetes <team-kubernetes-operator@dynatrace.com>
- Loading branch information
1 parent
90ab882
commit f0e4bd1
Showing
7 changed files
with
7,964 additions
and
0 deletions.
There are no files selected for viewing
9 changes: 9 additions & 0 deletions
9
...tors/dynatrace-operator-rhmp/1.3.0/manifests/dynatrace-edgeconnect_v1_serviceaccount.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,9 @@ | ||
apiVersion: v1 | ||
kind: ServiceAccount | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/component: operator | ||
app.kubernetes.io/name: dynatrace-operator | ||
app.kubernetes.io/version: 1.3.0 | ||
name: dynatrace-edgeconnect |
2,121 changes: 2,121 additions & 0 deletions
2,121
...ynatrace-operator-rhmp/1.3.0/manifests/dynatrace-operator-rhmp.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
...atrace-operator-rhmp/1.3.0/manifests/dynatrace-webhook_policy_v1_poddisruptionbudget.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,9 @@ | ||
apiVersion: policy/v1 | ||
kind: PodDisruptionBudget | ||
metadata: | ||
name: dynatrace-webhook | ||
spec: | ||
minAvailable: 1 | ||
selector: | ||
matchLabels: | ||
app.kubernetes.io/component: webhook |
20 changes: 20 additions & 0 deletions
20
operators/dynatrace-operator-rhmp/1.3.0/manifests/dynatrace-webhook_v1_service.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,20 @@ | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
creationTimestamp: null | ||
labels: | ||
app.kubernetes.io/component: webhook | ||
app.kubernetes.io/name: dynatrace-operator | ||
app.kubernetes.io/version: 1.3.0 | ||
name: dynatrace-webhook | ||
spec: | ||
ports: | ||
- port: 443 | ||
protocol: TCP | ||
targetPort: server-port | ||
selector: | ||
app.kubernetes.io/component: webhook | ||
app.kubernetes.io/name: dynatrace-operator | ||
app.kubernetes.io/version: 1.3.0 | ||
status: | ||
loadBalancer: {} |
4,530 changes: 4,530 additions & 0 deletions
4,530
operators/dynatrace-operator-rhmp/1.3.0/manifests/dynatrace.com_dynakubes.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
1,262 changes: 1,262 additions & 0 deletions
1,262
operators/dynatrace-operator-rhmp/1.3.0/manifests/dynatrace.com_edgeconnects.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
operators/dynatrace-operator-rhmp/1.3.0/metadata/annotations.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,13 @@ | ||
annotations: | ||
# Core bundle annotations. | ||
operators.operatorframework.io.bundle.mediatype.v1: registry+v1 | ||
operators.operatorframework.io.bundle.manifests.v1: manifests/ | ||
operators.operatorframework.io.bundle.metadata.v1: metadata/ | ||
operators.operatorframework.io.bundle.package.v1: dynatrace-operator-rhmp | ||
operators.operatorframework.io.bundle.channels.v1: alpha | ||
operators.operatorframework.io.metrics.builder: operator-sdk-v1.16.0+git | ||
operators.operatorframework.io.metrics.mediatype.v1: metrics+v1 | ||
operators.operatorframework.io.metrics.project_layout: go.kubebuilder.io/v3 | ||
operators.operatorframework.io.bundle.channel.default.v1: alpha | ||
|
||
com.redhat.openshift.versions: v4.9-v4.16 |