Skip to content

Commit

Permalink
add vsphere aws addons collection (#157)
Browse files Browse the repository at this point in the history
giantswarm/roadmap#3624

We need a separate addons collection for capv on capa due to the fact
that it uses a different dns operator.

## Some hints on changes to this repository

### Public information only

This is a public repository. The content and commit history is visible
to everyone.

Do not provide any **customer-specific details**. Use the customer's
repository for that.

### Descriptive PR title

Please write a descriptive pull request title. In this repo we don't
maintain a changelog file, so the PR title (becoming the commit message
after squash-merge) is the main information to understand a change in
retrospect.
  • Loading branch information
anvddriesch authored Aug 20, 2024
1 parent ada21ac commit 77db33d
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: vsphere-aws-addons-collection
namespace: flux-giantswarm
spec:
interval: 30s
ref:
branch: main
url: https://github.com/giantswarm/vsphere-aws-addons-app-collection
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: vsphere-aws-addons-collection
namespace: flux-giantswarm
spec:
dependsOn:
- name: catalogs
force: false
interval: 5m
path: ./flux-manifests
prune: true
sourceRef:
kind: GitRepository
name: vsphere-aws-addons-collection
namespace: flux-giantswarm
retryInterval: 1m
targetNamespace: giantswarm
timeout: 3m
3 changes: 3 additions & 0 deletions extras/vsphere-aws-addons/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
resources:
- gitrepository-vsphere-aws-addons-collection.yaml
- kustomization-vsphere-aws-addons-collection.yaml

0 comments on commit 77db33d

Please sign in to comment.