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

Commit

Permalink
opsportal: fix label typo (#307)
Browse files Browse the repository at this point in the history
* opsportal: copy previous version

Signed-off-by: Dimitri Koshkin <[email protected]>

* opsportal: fix a typo on lables to labels

Signed-off-by: Dimitri Koshkin <[email protected]>
  • Loading branch information
dkoshkin authored and joejulian committed Jul 8, 2020
1 parent d8dbec6 commit 6b8036b
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions addons/opsportal/1.1.x/opsportal-9.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
apiVersion: kubeaddons.mesosphere.io/v1beta1
kind: Addon
metadata:
name: opsportal
namespace: kubeaddons
labels:
kubeaddons.mesosphere.io/name: opsportal
annotations:
catalog.kubeaddons.mesosphere.io/addon-revision: "1.1.0-9"
appversion.kubeaddons.mesosphere.io/opsportal: "1.1.0"
endpoint.kubeaddons.mesosphere.io/opsportal: /ops/portal/
values.chart.helm.kubeaddons.mesosphere.io/opsportal: "https://raw.githubusercontent.com/mesosphere/charts/132c1662f1/stable/opsportal/values.yaml"
spec:
kubernetes:
minSupportedVersion: v1.15.6
cloudProvider:
- name: aws
enabled: true
- name: azure
enabled: true
- name: gcp
enabled: true
- name: docker
enabled: true
- name: none
enabled: true
chartReference:
chart: opsportal
repo: https://mesosphere.github.io/charts/stable
version: 0.3.19
values: |
---
landing:
resources:
requests:
cpu: 100m
memory: 128Mi
opsportalRBAC:
enabled: true
path: /ops/portal
graphqlPath: /ops/portal/graphql
## traefik-forward-auth 2.0 introduces RBAC support and now requires that users, regardless of whitelist,
## be allowed access to a resource via explicit RBAC policy. Upon upgrade, whitelisted users would no longer
## have access to ops portal resources unless an appropriate role binding existed. To prevent breakage,
## the allowAllAuthenticated option, when true, will result in the group `system:authenticated` being bound to
## to the opsportal-admin role. This mimics the existing security policy where any authenticated and whitelisted user
## has full access to the opsportal. This option will be removed in the 0.3 release of this chart.
allowAllAuthenticated: false

0 comments on commit 6b8036b

Please sign in to comment.