mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
feat: moved crossplane to own project
This commit is contained in:
parent
8f3b8ca7e7
commit
9f374f588c
6 changed files with 39 additions and 6 deletions
|
@ -0,0 +1,6 @@
|
||||||
|
apiVersion: pkg.crossplane.io/v1
|
||||||
|
kind: Provider
|
||||||
|
metadata:
|
||||||
|
name: provider-terraform
|
||||||
|
spec:
|
||||||
|
package: xpkg.upbound.io/upbound/provider-terraform:v0.9.0
|
12
projects/crossplane/manifests/oci-repo.yaml
Normal file
12
projects/crossplane/manifests/oci-repo.yaml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Secret
|
||||||
|
type: Opaque
|
||||||
|
metadata:
|
||||||
|
name: crossplane-contrib-oci-repo
|
||||||
|
namespace: argocd
|
||||||
|
labels:
|
||||||
|
argocd.argoproj.io/secret-type: repository
|
||||||
|
stringData:
|
||||||
|
enableOCI: "true"
|
||||||
|
url: xpkg.upbound.io/crossplane-contrib
|
||||||
|
type: helm
|
16
projects/crossplane/project.yml
Normal file
16
projects/crossplane/project.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
config:
|
||||||
|
description: Crossplane
|
||||||
|
namespace: crossplane-system
|
||||||
|
|
||||||
|
apps:
|
||||||
|
- name: crossplane
|
||||||
|
repoURL: https://charts.crossplane.io/stable
|
||||||
|
chart: crossplane
|
||||||
|
targetRevision: 1.13.1
|
||||||
|
|
||||||
|
- name: ess-plugin-vault
|
||||||
|
repoURL: xpkg.upbound.io/crossplane-contrib
|
||||||
|
chart: ess-plugin-vault
|
||||||
|
targetRevision: 0.1.0
|
||||||
|
|
||||||
|
|
5
projects/crossplane/values/ess-plugin-vault.yaml
Normal file
5
projects/crossplane/values/ess-plugin-vault.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
podAnnotations:
|
||||||
|
vault.hashicorp.com/agent-inject: "true"
|
||||||
|
vault.hashicorp.com/agent-inject-token: "true"
|
||||||
|
vault.hashicorp.com/role: crossplane
|
||||||
|
vault.hashicorp.com/agent-run-as-user: "65532"
|
|
@ -28,9 +28,3 @@ apps:
|
||||||
repoURL: https://spotahome.github.io/redis-operator
|
repoURL: https://spotahome.github.io/redis-operator
|
||||||
chart: redis-operator
|
chart: redis-operator
|
||||||
targetRevision: 3.2.8
|
targetRevision: 3.2.8
|
||||||
|
|
||||||
- name: crossplane
|
|
||||||
namespace: crossplane-system
|
|
||||||
repoURL: https://charts.crossplane.io/stable
|
|
||||||
chart: crossplane
|
|
||||||
targetRevision: 1.13.1
|
|
||||||
|
|
Loading…
Reference in a new issue