diff --git a/value.yaml_add_podtemplate.md b/value.yaml_add_podtemplate.md new file mode 100644 index 0000000..d94d12e --- /dev/null +++ b/value.yaml_add_podtemplate.md @@ -0,0 +1,21 @@ + podTemplates: + podman: | + - name: junghun-podman + namespace: jenkins + label: junghun-cicd-podman + volumes: + - persistentVolumeClaim: + claimName: test1 + mountPath: /root/buildfile + containers: + - name: podman + image: quay.io/podman/stable + command: "/bin/sh -c" + args: "cat" + ttyEnabled: false + privileged: false + workingDir: /home/jenkins/podman + #resourceRequestCpu: "400m" + #resourceRequestMemory: "512Mi" + #resourceLimitCpu: "1" + #resourceLimitMemory: "1024Mi"