mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 03:30:43 +00:00
10 lines
194 B
YAML
10 lines
194 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- namespace.yaml
|
|
- credentials.yaml
|
|
- jenkins-volume.yaml
|
|
- jenkins.yaml
|
|
- jenkins-service.yaml
|
|
- jenkins-ingress.yaml
|