feat: add plain zot credentials for crane
This commit is contained in:
16
tekton/ci-cd/manifests/kustomization.yaml
Normal file
16
tekton/ci-cd/manifests/kustomization.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
# Secrets
|
||||
- secrets/zot-registry-secret.yaml
|
||||
- secrets/github-credentials.yaml
|
||||
# Tasks
|
||||
- tasks/git-clone.yaml
|
||||
- tasks/buildah-build-push.yaml
|
||||
# Pipelines
|
||||
- pipelines/nextjs-pipeline.yaml
|
||||
- pipelines/fastapi-pipeline.yaml
|
||||
- pipelines/python-pipeline.yaml
|
||||
# Triggers
|
||||
- triggers/
|
||||
Reference in New Issue
Block a user