- added
spec.serviceAccount
for users to bring their own ServiceAccount for the terraform-runner pod #7 (docs #15) - added
spec.credentials[].serviceAccountAnnotations
to add custom annotations to the dynamically generated ServiceAccount for the terraform-runner #7 (docs #15) - added
tf
as the shortName of the resource #17 - replaced
spec.env
with k8s' ownv1.EnvVar
implementation, which adds the additional functionality ofvalueFrom
fields #11 - fixed typo
Credentails
toCredentials
924ab62
For developers, this release upgrades the operator-sdk version to v1.4.0 and requires the go binary >= v1.15.x