Skip to content

Commit

Permalink
Merge pull request #88 from wking/drop-public-worker-IPs
Browse files Browse the repository at this point in the history
machines/aws/worker.machineset: Drop pubicIp
  • Loading branch information
openshift-merge-robot committed Oct 8, 2018
2 parents 6cf0909 + 476a511 commit 7c322f8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion machines/aws/worker.machineset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ spec:
- name: "tag:Name"
values:
- "{{.AWS.ClusterName}}-worker-*"
publicIp: true
iamInstanceProfile:
id: "{{.AWS.ClusterName}}-worker-profile"
tags:
Expand Down
1 change: 0 additions & 1 deletion pkg/render/render_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ spec:
- name: "tag:Name"
values:
- "TestClusterManifest-ClusterName-worker-*"
publicIp: true
iamInstanceProfile:
id: "TestClusterManifest-ClusterName-worker-profile"
tags:
Expand Down

0 comments on commit 7c322f8

Please sign in to comment.