Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Add openshift support #88

Merged
merged 13 commits into from
Oct 12, 2020
Prev Previous commit
Next Next commit
Add missing labels to CA SCC template
Signed-off-by: Ney Walens De Mesquita <walens@gmail.com>
nwalens committed Oct 2, 2020
commit 3146c4fb799f2a6978cecc136c7974aaaf730726
5 changes: 5 additions & 0 deletions charts/ca/templates/scc.yaml
Original file line number Diff line number Diff line change
@@ -2,6 +2,11 @@
apiVersion: security.openshift.io/v1
kind: SecurityContextConstraints
metadata:
labels:
app: {{ template "ca.name" . }}-ca
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: {{ .Release.Name | quote }}
heritage: {{ .Release.Service | quote }}
annotations:
kubernetes.io/description: nifi provides all features of the restricted SCC but
allows users to run with any UID and any GID.