add github workflow to package helm chart
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: shuffle
|
||||
description: A Helm chart for deploying Shuffle on Kubernetes
|
||||
type: application
|
||||
version: 0.0.0
|
||||
version: 0.1.0
|
||||
appVersion: nightly
|
||||
dependencies:
|
||||
- name: common
|
||||
|
||||
@@ -17,8 +17,8 @@ SPDX-License-Identifier: APACHE-2.0
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
# Install (the shuffle namespace is hardcoded into the shuffle source code)
|
||||
helm install shuffle oci://TODO --namespace shuffle --create-namespace
|
||||
# Install shuffle via helm (the shuffle namespace is hardcoded into the shuffle source code)
|
||||
helm install shuffle oci://ghcr.io/shuffle/shuffle/charts/shuffle --namespace shuffle --create-namespace
|
||||
```
|
||||
|
||||
## Secret Parameters
|
||||
@@ -581,4 +581,3 @@ SHUFFLE_ENCRYPTION_MODIFIER: "MyShuffleEncryptionModifier"
|
||||
| `vault.secrets` | A list of VaultSecrets to create | `[]` |
|
||||
|
||||
### Other Parameters
|
||||
|
||||
|
||||
Reference in New Issue
Block a user