Skip to content

Commit

Permalink
enable cloudformation with hal
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Cook committed Sep 9, 2022
1 parent 87eb09e commit 7c5ece6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/spinnaker/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@ halyard:
configMapKey: config.sh
# If you'd rather do an inline script, set create to true and put the content in the data dict like you would a configmap
# The content will be passed through `tpl`, so value interpolation is supported.
create: false
data: {}
create: true
data:
enable_cloudformation: |-
echo "Enabling cloudformation"
$HAL_COMMAND config provider aws features edit --cloud-formation
additionalSecrets:
create: false
data: {}
Expand Down

0 comments on commit 7c5ece6

Please sign in to comment.