2026-09-13 14:28:51 +09:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
|
|
namespace: api
|
|
|
|
|
|
|
|
|
|
resources:
|
|
|
|
|
- task-integration-test.yaml
|
|
|
|
|
- pipeline-integration-test.yaml
|
|
|
|
|
|
2026-09-13 21:12:15 +09:00
|
|
|
generatorOptions:
|
|
|
|
|
disableNameSuffixHash: true
|
|
|
|
|
|
|
|
|
|
configMapGenerator:
|
|
|
|
|
- name: integration-test-script
|
|
|
|
|
files:
|
|
|
|
|
- scripts/integration-test.sh
|