Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/test-deploy/aws/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ aws:
# (optional) Extra AWS tags to be applied to created resources.
#
# Example: `{ "key" = "value", "foo" = "bar" }`
extraTags: {"expirationDate" = "${EXPIRATION_DATE}"}
extraTags: {"expirationDate": "${EXPIRATION_DATE}"}

# (optional) Name of IAM role to use to access AWS in order to deploy the Tectonic Cluster.
# The name is also the full role's ARN.
Expand Down