mirror of
https://github.com/thejimnicholson/jenkins.git
synced 2025-12-06 03:30:43 +00:00
17 lines
322 B
YAML
17 lines
322 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
|
|
|
|
configMapGenerator:
|
|
- name: jenkins-plugins
|
|
namespace: jenkins
|
|
files:
|
|
- config/plugins.txt
|
|
disableNameSuffixHash: true
|