Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .configuration-defaults.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
apiVersion: v1
apiGroup: resources.stuttgart-things.com
maintainer: patrick.hermann@sva.de
source: https://github.com/stuttgart-things/crossplane
license: Apache-2.0
crossplaneVersion: "2.13.0"
claimNamespace: default
claimName: demo
xrdScope: Namespaced
xrdDeletePolicy: Foreground
claimApiVersion: v1alpha1
compositionApiVersion: v1beta1

dependencies:
- provider: xpkg.upbound.io/crossplane-contrib/provider-helm
version: ">=v0.19.0"

functions:
- Name: function-patch-and-transform
ApiVersion: pt.fn.crossplane.io/v1beta1
PackageURL: xpkg.upbound.io/function-patch-and-transform
Version: v0.1.0
- Name: function-go-templating
ApiVersion: gotemplating.fn.crossplane.io/v1beta1
PackageURL: xpkg.upbound.io/function-go-templating
Version: v0.1.0
44 changes: 0 additions & 44 deletions .kaeffken/ansiblerun.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .kaeffken/surveys/ansiblerun.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .kaeffken/surveys/powerdns.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .kaeffken/surveys/test.log

This file was deleted.

46 changes: 0 additions & 46 deletions .kaeffken/templates/ansiblerun-baseos.yaml.tpl

This file was deleted.

52 changes: 0 additions & 52 deletions .kaeffken/templates/ansiblerun-devmachine.yaml.tpl

This file was deleted.

30 changes: 0 additions & 30 deletions .kaeffken/templates/ansiblerun-powerdns.yaml.tpl

This file was deleted.

43 changes: 0 additions & 43 deletions .kaeffken/templates/ansiblerun-rke2.yaml.tpl

This file was deleted.

2 changes: 0 additions & 2 deletions .kaeffken/values/ansiblerun-defaults.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions .kaeffken/values/ansiblerun-powerdns.yaml

This file was deleted.

30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,36 @@ dagger call -m github.com/stuttgart-things/dagger/helm@v0.57.0 helmfile-operatio

</details>

<details><summary><b>CROSSPLANE DEPLOYMENT w/ DAGGER/HELMFILE</b></summary>

```bash
kubectl apply -k https://github.com/stuttgart-things/helm/cicd/crds/tekton
```

```bash
# DEPLOY OPENEBS w/ DAGGER
dagger call -m github.com/stuttgart-things/dagger/helm@v0.57.0 \
helmfile-operation \
--helmfile-ref "git::https://github.com/stuttgart-things/helm.git@infra/openebs.yaml.gotmpl" \
--operation apply \
--state-values "namespace=openebs-system,profile=localpv,openebs_volumesnapshots_enabled=false,openebs_csi_node_init_containers_enabled=false,openebs_local_lvm_enabled=false,openebs_local_zfs_enabled=false,openebs_replicated_mayastor_enabled=false" \
--kube-config file://~/.kube/config \
--progress plain -vv
```

```bash
# DEPLOY TEKTON w/ DAGGER
dagger call -m github.com/stuttgart-things/dagger/helm@v0.57.0 \
helmfile-operation \
--helmfile-ref "git::https://github.com/stuttgart-things/helm.git@cicd/tekton.yaml.gotmpl" \
--operation apply \
--state-values "namespace=tekton-operator,pipelineNamespace=tekton-pipelines,version=0.77.5" \
--kube-config file://~/.kube/config \
--progress plain -vv
```

</details>

<details><summary><b>ADD LOCAL CLUSTER AS KUBERNETES PROVIDER (FILEBASED)</b></summary>

```bash
Expand Down
Loading