Skip to content

Commit 68e7b22

Browse files
committed
increasing contens.defaultPageSize
1 parent 5cab8c9 commit 68e7b22

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ pipeline {
5252
}
5353

5454
stage('Render and validate the Kubernetes deployment yaml'){
55-
when {
56-
expression {deploy}
57-
}
5855
steps {
5956
script {
6057
deploymentName = homerKubernetes.getDeploymentName()

k8s/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ spec:
4343
ports:
4444
- containerPort: 80
4545
env:
46+
# The following can be set to create an admin user
4647
- name: CONTENTS__DEFAULTPAGESIZE
4748
value: '400'
48-
# The following can be set to create an admin user
4949
- name: IDENTITY__ADMINRECREATE
5050
value: "true"
5151
- name: IDENTITY__ADMINEMAIL

0 commit comments

Comments
 (0)