We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
contens.defaultPageSize
1 parent 5cab8c9 commit 68e7b22Copy full SHA for 68e7b22
Jenkinsfile
@@ -52,9 +52,6 @@ pipeline {
52
}
53
54
stage('Render and validate the Kubernetes deployment yaml'){
55
- when {
56
- expression {deploy}
57
- }
58
steps {
59
script {
60
deploymentName = homerKubernetes.getDeploymentName()
k8s/deployment.yaml
@@ -43,9 +43,9 @@ spec:
43
ports:
44
- containerPort: 80
45
env:
46
+ # The following can be set to create an admin user
47
- name: CONTENTS__DEFAULTPAGESIZE
48
value: '400'
- # The following can be set to create an admin user
49
- name: IDENTITY__ADMINRECREATE
50
value: "true"
51
- name: IDENTITY__ADMINEMAIL
0 commit comments