Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ apiVersion: v1
kind: Namespace
metadata:
name: cert-manager

---
# Source: cert-manager-operator/templates/serviceaccount-cert-manager-operator-controller-manager.yaml
apiVersion: v1
Expand All @@ -19,6 +20,7 @@ metadata:
namespace: cert-manager-operator
imagePullSecrets:
- name: rhai-pull-secret

---
# Source: cert-manager-operator/templates/serviceaccount-cert-manager.yaml
apiVersion: v1
Expand Down Expand Up @@ -46,6 +48,7 @@ metadata:
namespace: cert-manager
imagePullSecrets:
- name: rhai-pull-secret

---
# Source: cert-manager-operator/templates/clusterrole-cert-manager-operator-controller-manager-clusterro.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -336,6 +339,7 @@ rules:
- subjectaccessreviews
verbs:
- create

---
# Source: cert-manager-operator/templates/clusterrole-cert-manager-operator-metrics-reader.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -353,6 +357,7 @@ rules:
- /metrics
verbs:
- get

---
# Source: cert-manager-operator/templates/clusterrolebinding-cert-manager-operator-controller-manager-clusterro.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -368,6 +373,7 @@ subjects:
- kind: ServiceAccount
name: cert-manager-operator-controller-manager
namespace: cert-manager-operator

---
# Source: cert-manager-operator/templates/role-cert-manager-operator-controller-manager-role.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -407,6 +413,7 @@ rules:
verbs:
- create
- patch

---
# Source: cert-manager-operator/templates/rolebinding-cert-manager-operator-controller-manager-rolebindi.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -422,6 +429,7 @@ subjects:
- kind: ServiceAccount
name: cert-manager-operator-controller-manager
namespace: cert-manager-operator

---
# Source: cert-manager-operator/templates/service-cert-manager-operator-controller-manager-metrics-s.yaml
apiVersion: v1
Expand All @@ -444,6 +452,7 @@ spec:
targetPort: https
selector:
control-plane: controller-manager

---
# Source: cert-manager-operator/templates/deployment-cert-manager-operator-controller-manager.yaml
apiVersion: apps/v1
Expand Down Expand Up @@ -559,6 +568,7 @@ spec:
volumes:
- emptyDir: {}
name: tmp

---
# Source: cert-manager-operator/templates/certmanager.yaml
apiVersion: operator.openshift.io/v1alpha1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,7 @@ status:
plural: ""
conditions: null
storedVersions: null

---
# Source: gateway-api/templates/gateway.networking.k8s.io_gatewayclasses.yaml
apiVersion: apiextensions.k8s.io/v1
Expand Down Expand Up @@ -1835,6 +1836,7 @@ status:
plural: ""
conditions: null
storedVersions: null

---
# Source: gateway-api/templates/gateway.networking.k8s.io_gateways.yaml
apiVersion: apiextensions.k8s.io/v1
Expand Down Expand Up @@ -4090,6 +4092,7 @@ status:
plural: ""
conditions: null
storedVersions: null

---
# Source: gateway-api/templates/gateway.networking.k8s.io_grpcroutes.yaml
apiVersion: apiextensions.k8s.io/v1
Expand Down Expand Up @@ -6162,6 +6165,7 @@ status:
plural: ""
conditions: null
storedVersions: null

---
# Source: gateway-api/templates/gateway.networking.k8s.io_httproutes.yaml
apiVersion: apiextensions.k8s.io/v1
Expand Down Expand Up @@ -11807,6 +11811,7 @@ status:
plural: ""
conditions: null
storedVersions: null

---
# Source: gateway-api/templates/gateway.networking.k8s.io_referencegrants.yaml
apiVersion: apiextensions.k8s.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: v1
kind: Namespace
metadata:
name: openshift-lws-operator

---
# Source: lws-operator/templates/serviceaccount-lws-controller.yaml
apiVersion: v1
Expand All @@ -13,6 +14,7 @@ metadata:
namespace: openshift-lws-operator
imagePullSecrets:
- name: rhai-pull-secret

---
# Source: lws-operator/templates/serviceaccount-openshift-lws-operator.yaml
apiVersion: v1
Expand All @@ -22,6 +24,7 @@ metadata:
namespace: openshift-lws-operator
imagePullSecrets:
- name: rhai-pull-secret

---
# Source: lws-operator/templates/clusterrole-openshift-lws-operator-clusterrole.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -213,6 +216,7 @@ rules:
- patch
- update
- watch

---
# Source: lws-operator/templates/clusterrolebinding-openshift-lws-operator-clusterrolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -228,6 +232,7 @@ subjects:
- kind: ServiceAccount
name: openshift-lws-operator
namespace: openshift-lws-operator

---
# Source: lws-operator/templates/role-openshift-lws-operator-role.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -359,6 +364,7 @@ rules:
- list
- patch
- update

---
# Source: lws-operator/templates/kube-system-role-binding.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -374,6 +380,7 @@ subjects:
- kind: ServiceAccount
name: openshift-lws-operator
namespace: openshift-lws-operator

---
# Source: lws-operator/templates/rolebinding-openshift-lws-operator-rolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -389,6 +396,7 @@ subjects:
- kind: ServiceAccount
name: openshift-lws-operator
namespace: openshift-lws-operator

---
# Source: lws-operator/templates/deployment-openshift-lws-operator.yaml
apiVersion: apps/v1
Expand Down Expand Up @@ -440,6 +448,7 @@ spec:
volumes:
- emptyDir: {}
name: tmp

---
# Source: lws-operator/templates/leaderworkersetoperator.yaml
apiVersion: operator.openshift.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ apiVersion: v1
kind: Namespace
metadata:
name: istio-system

---
# Source: sail-operator/templates/serviceaccount-servicemesh-operator3.yaml
apiVersion: v1
Expand All @@ -13,6 +14,7 @@ metadata:
namespace: istio-system
imagePullSecrets:
- name: rhai-pull-secret

---
# Source: sail-operator/templates/clusterrole-metrics-reader.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -31,6 +33,7 @@ rules:
- /metrics
verbs:
- get

---
# Source: sail-operator/templates/clusterrole-servicemesh-operator3-clusterrole.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -296,6 +299,7 @@ rules:
- get
- patch
- update

---
# Source: sail-operator/templates/clusterrolebinding-servicemesh-operator3-clusterrolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -311,6 +315,7 @@ subjects:
- kind: ServiceAccount
name: servicemesh-operator3
namespace: istio-system

---
# Source: sail-operator/templates/role-servicemesh-operator3-role.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -350,6 +355,7 @@ rules:
verbs:
- create
- patch

---
# Source: sail-operator/templates/rolebinding-servicemesh-operator3-rolebinding.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -365,6 +371,7 @@ subjects:
- kind: ServiceAccount
name: servicemesh-operator3
namespace: istio-system

---
# Source: sail-operator/templates/service-servicemesh-operator3-metrics-service.yaml
apiVersion: v1
Expand All @@ -389,6 +396,7 @@ spec:
targetPort: 8443
selector:
control-plane: servicemesh-operator3

---
# Source: sail-operator/templates/deployment-servicemesh-operator3.yaml
apiVersion: apps/v1
Expand Down Expand Up @@ -544,6 +552,7 @@ spec:
fieldPath: metadata.annotations
path: config.properties
name: operator-config

---
# Source: sail-operator/templates/istio.yaml
apiVersion: sailoperator.io/v1
Expand Down
Loading
Loading