diff --git a/authentication/templates/cluster-auth.yaml b/authentication/templates/cluster-auth.yaml index 1eed574..bbc25a4 100644 --- a/authentication/templates/cluster-auth.yaml +++ b/authentication/templates/cluster-auth.yaml @@ -42,8 +42,25 @@ apiVersion: v1 metadata: annotations: argocd.argoproj.io/sync-options: Prune=false + labels: + modelmesh-enabled: "true" + opendatahub.io/dashboard: "true" name: {{ . | quote }} --- +apiVersion: v1 +kind: PersistentVolumeClaim +metadata: + name: shared-memory + namespace: {{ . | quote }} +spec: + storageClassName: efs-csi + accessModes: + - ReadWriteOnce + resources: + requests: + storage: 2Gi + volumeMode: Filesystem +--- kind: RoleBinding apiVersion: rbac.authorization.k8s.io/v1 metadata: