Skip to content

Commit

Permalink
stdout writing
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanmcshane committed Mar 9, 2024
1 parent a35a51d commit 233213c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion provisioning/testdata/cluster-basic-no-id-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cloudProvider": "ENUM_CLOUD_PROVIDER_AWS",
"cloudProviderCredentialsId": "arn:aws:iam::026281491146:role/porter-manager",
"eksKind": {
"clusterName": "stefan-test",
"clusterName": "integration-test",
"clusterVersion": "v1.27.0",
"loadBalancer": {},
"logging": {},
Expand Down
2 changes: 1 addition & 1 deletion provisioning/testdata/cluster-basic-with-id-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"cloudProvider": "ENUM_CLOUD_PROVIDER_AWS",
"cloudProviderCredentialsId": "arn:aws:iam::026281491146:role/porter-manager",
"eksKind": {
"clusterName": "stefan-test",
"clusterName": "integration-test",
"clusterVersion": "v1.27.0",
"loadBalancer": {},
"logging": {},
Expand Down
8 changes: 4 additions & 4 deletions provisioning/testdata/template-porter.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
version: v2
name: integration-test-provisioning
env:
cluster_id: $CLUSTER_ID
project_id: $PROJECT_ID
next_instance_type: $NEXT_INSTANCE_TYPE
current_instance_type: $CURRENT_INSTANCE_TYPE
CLUSTER_ID: $CLUSTER_ID
PROJECT_ID: $PROJECT_ID
NEXT_INSTANCE_TYPE: $NEXT_INSTANCE_TYPE
CURRENT_INSTANCE_TYPE: $CURRENT_INSTANCE_TYPE
services:
- name: cluster-update
type: job

0 comments on commit 233213c

Please sign in to comment.