mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 16:37:04 +02:00
docs(examples): Add some deployment examples
This commit is contained in:
parent
592e2a35dc
commit
216592df83
10 changed files with 280 additions and 34 deletions
16
examples/kustomize/kustomization.yaml
Normal file
16
examples/kustomize/kustomization.yaml
Normal file
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
helmCharts:
|
||||
- name: app-template
|
||||
repo: https://bjw-s.github.io/helm-charts/
|
||||
# this example is not automatically updated, so be sure to use the latest chart version
|
||||
version: 0.1.1
|
||||
releaseName: &releaseName vaultwarden
|
||||
namespace: &releaseNamespace default
|
||||
valuesFile: values.yaml
|
||||
commonAnnotations:
|
||||
meta.helm.sh/release-name: *releaseName
|
||||
meta.helm.sh/release-namespace: *releaseNamespace
|
||||
commonLabels:
|
||||
app.kubernetes.io/managed-by: Helm
|
Loading…
Add table
Add a link
Reference in a new issue