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