Skip to content

Commit b0377ec

Browse files
committed
[CPTL2-5469] - Added the aws platform property
Added the platform: ‘aws’ in the example for users deploying to AWS this make sure the aws specific annotations are added.
1 parent 755d384 commit b0377ec

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

helm-custom-value-file-examples/example-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ nginx-ingress:
55
Enabled: false
66

77
OperationsCenter:
8+
# Set the platform to aws, so that ELBs are created
9+
# platform: 'aws'
10+
811
# Set the HostName for the Operation Center
912
HostName: 'cloudbees-core.example.com'
1013
Ingress:

helm-custom-value-file-examples/migration-value-example.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ nginx-ingress:
55
Enabled: false
66

77
OperationsCenter:
8+
# Set the platform to aws, so that ELBs are created
9+
# platform: 'aws'
10+
811
# Set the HostName for the Operation Center
912
HostName: 'cloudbees-core.example.com'
1013
Ingress:

0 commit comments

Comments
 (0)