Skip to content

Commit

Permalink
Merge pull request #158 from infrawatch/release-prep-1.5.4
Browse files Browse the repository at this point in the history
STF 1.5.4 release ops
  • Loading branch information
vkmc authored Feb 14, 2024
2 parents 21fad65 + 77a154d commit 5a972e2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 34 deletions.
5 changes: 5 additions & 0 deletions .zuul.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
- project:
name: infrawatch/smart-gateway-operator
templates:
- stf-crc-jobs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ metadata:
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
features.operators.openshift.io/disconnected: "false"
features.operators.openshift.io/disconnected: "true"
features.operators.openshift.io/fips-compliant: "false"
features.operators.openshift.io/proxy-aware: "false"
features.operators.openshift.io/tls-profiles: "false"
Expand Down Expand Up @@ -185,14 +185,6 @@ spec:
- update
- patch
- watch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down Expand Up @@ -341,14 +333,6 @@ spec:
- rolebindings
verbs:
- create
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down
16 changes: 0 additions & 16 deletions deploy/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ rules:
- update
- patch
- watch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down Expand Up @@ -159,14 +151,6 @@ rules:
- rolebindings
verbs:
- create
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down
2 changes: 1 addition & 1 deletion roles/smartgateway/templates/deployment.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- -cookie-secret-file=/etc/proxy/secrets/session_secret
- -openshift-service-account={{ service_account_name }}
- -upstream=http://localhost:8081/
- '-openshift-delegate-urls={"/": {"resource": "namespaces", "verb": "get"}}'
- '-openshift-delegate-urls={"/": {"namespace": "{{ ansible_operator_meta.namespace }}", "resource": "smartgateways", "group": "smartgateway.infra.watch", "verb": "get"}}'
ports:
- containerPort: 8083
name: https
Expand Down

0 comments on commit 5a972e2

Please sign in to comment.