fea2177391
- replace all helm repos with artifactapi/virtual/helm - update projects with accepted repos - set resource requests/limits for woodpecker jobs
25 lines
535 B
YAML
25 lines
535 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: vso-system
|
|
|
|
resources:
|
|
- ../../../base/vso-system
|
|
|
|
helmCharts:
|
|
- name: vault-secrets-operator
|
|
repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
|
|
version: "1.2.0"
|
|
releaseName: vault-secrets-operator
|
|
namespace: vso-system
|
|
valuesFile: values.yaml
|
|
|
|
patches:
|
|
- path: patch_vaultauth-remove-namespace.yaml
|
|
target:
|
|
group: secrets.hashicorp.com
|
|
version: v1beta1
|
|
kind: VaultAuth
|
|
name: default
|