Parameterize more of the K8s build
parent
e75c489156
commit
c5bc5bf86f
|
|
@ -1458,7 +1458,7 @@ class Kubernetes {
|
||||||
spec: {
|
spec: {
|
||||||
volumes: [
|
volumes: [
|
||||||
{
|
{
|
||||||
name: 'buildMount',
|
name: 'build-mount',
|
||||||
persistentVolumeClaim: {
|
persistentVolumeClaim: {
|
||||||
claimName: this.pvcName,
|
claimName: this.pvcName,
|
||||||
},
|
},
|
||||||
|
|
@ -1485,7 +1485,7 @@ class Kubernetes {
|
||||||
env: environment,
|
env: environment,
|
||||||
volumeMounts: [
|
volumeMounts: [
|
||||||
{
|
{
|
||||||
name: 'buildMount',
|
name: 'build-mount',
|
||||||
mountPath: `/${mountdir}`,
|
mountPath: `/${mountdir}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -238,7 +238,7 @@ class Kubernetes implements RemoteBuilderProviderInterface {
|
||||||
spec: {
|
spec: {
|
||||||
volumes: [
|
volumes: [
|
||||||
{
|
{
|
||||||
name: 'buildMount',
|
name: 'build-mount',
|
||||||
persistentVolumeClaim: {
|
persistentVolumeClaim: {
|
||||||
claimName: this.pvcName,
|
claimName: this.pvcName,
|
||||||
},
|
},
|
||||||
|
|
@ -265,7 +265,7 @@ class Kubernetes implements RemoteBuilderProviderInterface {
|
||||||
env: environment,
|
env: environment,
|
||||||
volumeMounts: [
|
volumeMounts: [
|
||||||
{
|
{
|
||||||
name: 'buildMount',
|
name: 'build-mount',
|
||||||
mountPath: `/${mountdir}`,
|
mountPath: `/${mountdir}`,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue