UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit c5dba395 authored by Christopher Mays's avatar Christopher Mays Committed by Ryan Garcia
Browse files

Added OpenShift support

parent 1035036b
No related branches found
No related tags found
1 merge request!73Added OpenShift support
......@@ -2,6 +2,10 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [1.17.2-bb.2]
### Added
- Added SCC for OpenShift
## [1.17.2-bb.1]
### Changed
- Updated TID image to `1.17.2`
......
# istio-operator
![Version: 1.17.2-bb.1](https://img.shields.io/badge/Version-1.17.2--bb.1-informational?style=flat-square) ![AppVersion: 1.17.2](https://img.shields.io/badge/AppVersion-1.17.2-informational?style=flat-square)
![Version: 1.17.2-bb.2](https://img.shields.io/badge/Version-1.17.2--bb.2-informational?style=flat-square) ![AppVersion: 1.17.2](https://img.shields.io/badge/AppVersion-1.17.2-informational?style=flat-square)
Helm chart for deploying Istio operator
......
apiVersion: v1
name: istio-operator
version: 1.17.2-bb.1
version: 1.17.2-bb.2
appVersion: 1.17.2
tillerVersion: ">=2.7.2"
description: Helm chart for deploying Istio operator
......
{{- if .Capabilities.APIVersions.Has "security.openshift.io/v1/SecurityContextConstraints" }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: istio-operator-rolebinding-openshift-scc
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: 'system:openshift:scc:nonroot-v2'
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: 'system:serviceaccounts:{{ .Release.Namespace }}'
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment