Remove unused stuff
This commit is contained in:
parent
6ac391b7fc
commit
fe7c9b35c5
@ -28,6 +28,7 @@ releases:
|
||||
chart: argo/argo-cd
|
||||
namespace: platform
|
||||
condition: workload.enabled
|
||||
installed: false
|
||||
version: 7.5.2
|
||||
inherit:
|
||||
- template: default-env-values
|
||||
|
@ -110,18 +110,20 @@ spec:
|
||||
key = "test"
|
||||
region = "us-east-1"
|
||||
endpoint = "https://s3-new.badhouseplants.net"
|
||||
use_path_style = true
|
||||
|
||||
skip_credentials_validation = true
|
||||
|
||||
skip_metadata_api_check = true
|
||||
skip_region_validation = true
|
||||
}
|
||||
|
||||
required_providers {
|
||||
minio = {
|
||||
source = "aminueza/minio"
|
||||
version = "2.4.3"
|
||||
}
|
||||
}
|
||||
skip_credentials_validation = true
|
||||
skip_metadata_api_check = true
|
||||
skip_region_validation = true
|
||||
use_path_style = true
|
||||
skip_requesting_account_id = true
|
||||
}
|
||||
---
|
||||
apiVersion: tf.upbound.io/v1beta1
|
||||
|
@ -1,3 +1,3 @@
|
||||
provider:
|
||||
packages:
|
||||
- xpkg.upbound.io/upbound/provider-terraform:v0.17.0
|
||||
packages: []
|
||||
#- xpkg.upbound.io/upbound/provider-terraform:v0.17.0
|
||||
|
Loading…
Reference in New Issue
Block a user