infra/kubernetes/homepage/kustomization.yaml
Gabriel Simmer 7ac99af974
All checks were successful
Lint / lint (push) Successful in 37s
Transition to Vault
2024-07-06 00:48:36 +01:00

17 lines
384 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
helmCharts:
- kubeVersion: '1.30'
name: homepage
namespace: homepage
releaseName: homepage
repo: https://jameswynn.github.io/helm-charts
valuesFile: ./homepage.yaml
version: 1.2.3
kind: Kustomization
namespace: homepage
patches:
- path: ./deployment.yaml
resources:
- ./VaultStaticSecret-homepage-config.yaml
- ./VaultAuth.yaml