fc568dc8b5
Split monolithic remotes.yaml into per-type-package files under resources/conf.d/ to align with artifactapi v2.7.1 directory loading. Updated schema: virtuals/locals use dedicated top-level keys, type field removed. Added helm remotes for all kustomize helmCharts repos and OCI patterns to docker remotes. CONFIG_PATH now points to the directory. Reviewed-on: #92
31 lines
768 B
YAML
31 lines
768 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- artifactapi-deployment.yaml
|
|
- artifactapi-hpa.yaml
|
|
- configmap.yaml
|
|
- ingress.yaml
|
|
- namespace.yaml
|
|
- postgres-deployment.yaml
|
|
- pvc.yaml
|
|
- redis-deployment.yaml
|
|
- services.yaml
|
|
- vaultauth.yaml
|
|
- vaultstaticsecret.yaml
|
|
|
|
configMapGenerator:
|
|
- name: remotes-config
|
|
files:
|
|
- resources/conf.d/config.yaml
|
|
- resources/conf.d/local-generic.yaml
|
|
- resources/conf.d/remote-generic.yaml
|
|
- resources/conf.d/remote-alpine.yaml
|
|
- resources/conf.d/remote-rpm.yaml
|
|
- resources/conf.d/remote-docker.yaml
|
|
- resources/conf.d/remote-helm.yaml
|
|
- resources/conf.d/virtual-helm.yaml
|
|
options:
|
|
disableNameSuffixHash: true
|