Skip to content

Commit

Permalink
fix(terraform): remove redundant env secret
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Nov 29, 2023
1 parent 74f0bb7 commit bfe6a6a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,11 @@ spec:
data:
OP_CONNECT_TOKEN: "{{ .OP_CONNECT_TOKEN }}"
SOPS_PRIVATE_KEY: "{{ .SOPS_PRIVATE_KEY }}"
terraform.tfrc: |-
credentials "app.terraform.io" {
token = "{{ .TF_CONTROLLER_TERRAFORM_CLOUD_TOKEN }}"
}
dataFrom:
- extract:
key: 1password
- extract:
key: sops
- extract:
key: tf-controller
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
Expand Down

0 comments on commit bfe6a6a

Please sign in to comment.