openshift / aws-account-shredder

Repository to audit, service, and clean up leftover AWS resources
Apache License 2.0
9 stars 26 forks source link

Fix for error when deploying #39

Closed ArielLima closed 3 years ago

ArielLima commented 3 years ago

Ran into this error when deploying the project:

The Deployment "aws-account-shredder" is invalid: spec.template.spec.containers[0].imagePullPolicy: Unsupported value: "always": supported values: "Always", "IfNotPresent", "Never"

This PR simply updates the imagePullPolicy value from always to Always

rogbas commented 3 years ago

@ArielLima PR check is failing, could you please :eyes: ?

openshift-ci-robot commented 3 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ArielLima, fahlmant

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openshift/aws-account-shredder/blob/master/OWNERS)~~ [fahlmant] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment