passmower helm kustomize
This commit is contained in:
@@ -1,14 +1,24 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: passmower-extras
|
||||
|
||||
namespace: &ns passmower
|
||||
|
||||
# spec: https://kubectl.docs.kubernetes.io/references/kustomize/builtins/#_helmchartinflationgenerator_
|
||||
helmCharts:
|
||||
- namespace: *ns # for ClusterRoleBinding, which doesn't want to adopt the Kustomization namespace
|
||||
includeCRDs: true
|
||||
name: &name passmower
|
||||
releaseName: *name
|
||||
repo: oci://ghcr.io/passmower/charts
|
||||
valuesFile: values.yaml
|
||||
version: 1.1.1
|
||||
|
||||
resources:
|
||||
- application.yaml
|
||||
- ssh://git@git.k-space.ee/secretspace/kube/passmower # secrets: email-credentials, github-client, slack-client
|
||||
- application-extras.yaml
|
||||
- texts.yaml
|
||||
- dragonfly.yaml
|
||||
- kubelogin.yaml
|
||||
- proxmox.yaml
|
||||
- dragonfly.yaml
|
||||
- prusa.yaml
|
||||
- texts.yaml
|
||||
- voron.yaml
|
||||
|
Reference in New Issue
Block a user