mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
17 lines
305 B
YAML
17 lines
305 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: blog
|
|
commonLabels:
|
|
app.kubernetes.io/managed-by: argocd
|
|
|
|
resources:
|
|
- remark42
|
|
- http-route.yaml
|
|
|
|
helmGlobals:
|
|
chartHome: ../../../charts
|
|
|
|
helmCharts:
|
|
- name: application
|
|
releaseName: blog
|
|
valuesFile: values.yaml |