Skip to content
Discussion options

You must be logged in to vote

think that might be something for the README or a wiki. I was struggling with the same issue. The way how I do it right now is just to add the extra-manifests/kustomization.yaml.tpl

like so

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  - ./actionsrunner.yaml
  - ./airflow.yaml

and than define a HelmCart within the files. p.e.:

---
apiVersion: v1
kind: Namespace
metadata:
  name: airflow

---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
  name: apache-airflow
  namespace: airflow
spec:
  chart: airflow
  targetNamespace: airflow
  repo: https://airflow.apache.org

what's possible you can lookup here: https://docs.k3s.io/helm#using-the-helm-crd

h…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@mashkovd
Comment options

@mysticaltech
Comment options

Answer selected by mysticaltech
Comment options

You must be logged in to vote
3 replies
@manuschillerdev
Comment options

@mysticaltech
Comment options

@manuschillerdev
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #485 on January 10, 2023 21:58.