From 84629e00c36b77d6861d367462c34a39184fdcb7 Mon Sep 17 00:00:00 2001 From: rajgitnutanix Date: Mon, 9 Dec 2024 23:58:57 +0530 Subject: [PATCH] feat: git-operator release-0.13.4 --- .../0.1.3/git-operator-manifests/all.yaml | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/services/git-operator/0.1.3/git-operator-manifests/all.yaml b/services/git-operator/0.1.3/git-operator-manifests/all.yaml index 99be5f8a9..7bc25b9d5 100644 --- a/services/git-operator/0.1.3/git-operator-manifests/all.yaml +++ b/services/git-operator/0.1.3/git-operator-manifests/all.yaml @@ -847,29 +847,6 @@ spec: control-plane: git-operator-controller-manager spec: containers: - - args: - - --secure-listen-address=0.0.0.0:8443 - - --upstream=http://127.0.0.1:8080/ - - --logtostderr=true - - --v=0 - image: quay.io/brancz/kube-rbac-proxy:v0.18.1 - name: kube-rbac-proxy - ports: - - containerPort: 8443 - name: https - protocol: TCP - resources: - limits: - cpu: 500m - memory: 128Mi - requests: - cpu: 5m - memory: 64Mi - securityContext: - allowPrivilegeEscalation: false - capabilities: - drop: - - ALL - args: - --secure-listen-address=0.0.0.0:8443 - --upstream=http://127.0.0.1:8080/