Skip to content

Commit

Permalink
Merge pull request #36 from ltdeoliveira/fix_install_example
Browse files Browse the repository at this point in the history
Fix install example
  • Loading branch information
ytsarev authored Dec 16, 2022
2 parents 40eae20 + 7ba670a commit a232d55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ metadata:
labels:
app: crossplane-provider-terraform
spec:
image: crossplane/provider-terraform-controller:v0.2.0
args: ["-d"]
---
apiVersion: pkg.crossplane.io/v1
kind: Provider
metadata:
name: crossplane-provider-terraform
spec:
package: crossplane/provider-terraform:v0.2.0
package: xpkg.upbound.io/upbound/provider-terraform:v0.2.0
controllerConfigRef:
name: terraform-config

0 comments on commit a232d55

Please sign in to comment.