Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

add kustomize support #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

add kustomize support #12

wants to merge 1 commit into from

Conversation

rochacon
Copy link

By adding the kustomization.yaml we allow this repository be to easily patched via kustomize (also embedded on kubectl) to adjust settings for different environments.

Extending via kustomization.yaml

A consumer project can reference this repository like this:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
  # for testing this PR, use: github.com/kumbuca/n8n-kubernetes-hosting
  - github.com/n8n-io/n8n-kubernetes-hosting?ref=main

This can be applied with kubectl apply -k .

Rendering directly with kubectl:

kubectl kustomize "github.com/n8n-io/n8n-kubernetes-hosting"
kubectl apply -k "github.com/n8n-io/n8n-kubernetes-hosting?ref=main"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant