Changes in package to add chart

pull/294/head
weiyu fang 2021-12-19 13:17:29 +08:00
parent 98b5135927
commit b0fb4f8cf2
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Datawiza Access Broker
Datawiza Access Broker is a distributed, lightweight, container-based Identity Aware proxy deployed close to your application via the sidecar or standalone mode. It provides a unified authentication and authorization layer, decoupled from the application itself. As a container, it can be deployed on-premise and in the cloud as long as the environment supports Docker containers.
See our [docs](https://docs.datawiza.com/) for more information.

View File

@ -0,0 +1,31 @@
namespace: datawiza-access-broker
labels:
io.rancher.certified: partner
categories:
- Application
questions:
- variable: PROVISIONING_KEY
default: ""
description: "PROVISIONING_KEY"
required: true
label: PROVISIONING_KEY
group: "Datawiza Access Broker Configuration"
- variable: PROVISIONING_SECRET
default: ""
description: "PROVISIONING_SECRET"
required: true
label: PROVISIONING_SECRET
group: "Datawiza Access Broker Configuration"
- variable: containerPort
default: 9772
type: int
description: "listen port of you application"
required: true
label: containerPort
group: "Datawiza Access Broker Configuration"
- variable: imagePullSecrets
default: ""
description: "kubernetes secret name used to pull datawiza access broker image"
required: true
label: imagePullSecrets
group: "Datawiza Access Broker Configuration"

View File

@ -0,0 +1,11 @@
--- charts-original/Chart.yaml
+++ charts/Chart.yaml
@@ -15,3 +15,8 @@
name: access-broker
type: application
version: 0.1.0
+kubeVersion: ">= 1.20"
+annotations:
+ catalog.cattle.io/certified: partner # Enables the "partner" badge in the UI for easier identification
+ catalog.cattle.io/release-name: datawiza-access-broker # Your chart's name in kebab-case, this is used for deployment
+ catalog.cattle.io/display-name: Datawiza Access Broker

View File

@ -0,0 +1,2 @@
url: https://datawiza-inc.github.io/helm-charts/access-broker/access-broker-0.1.0.tgz
packageVersion: 01