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
2 changes: 1 addition & 1 deletion .github/scripts/verify-kustomize-builds.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
"""Verify that all rhoso-gitops components build successfully with kustomize.
"""Verify that all gitops components build successfully with kustomize.

Discovers components dynamically under components/rhoso/ and example/,
runs kustomize build for each, and reports a summary table. Fails only at
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ These annotations enable ArgoCD to determine the order that resources are create
path: "..."
kustomize:
components:
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=TAG
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=TAG
```
1. From within an overlay or base:
```yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
components:
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=TAG
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=TAG
# [...]
```

Expand Down
4 changes: 2 additions & 2 deletions applications/vault-secrets-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ spec:
source:
kustomize:
components:
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations
path: resources/vault-secrets-operator
repoURL: https://github.com/openstack-gitops/rhoso-gitops.git
repoURL: https://github.com/openstack-k8s-operators/gitops.git
targetRevision: HEAD
syncPolicy:
automated: {}
6 changes: 3 additions & 3 deletions example/controlplane/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ kind: Kustomization

components:
# Remote refs (for CI/ArgoCD):
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0
- https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane?ref=v0.1.0
- https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/controlplane/services/watcher?ref=v0.1.0
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.0
- https://github.com/openstack-k8s-operators/gitops/components/rhoso/controlplane?ref=v0.1.0
- https://github.com/openstack-k8s-operators/gitops/components/rhoso/controlplane/services/watcher?ref=v0.1.0
# Local paths (for "kustomize build" testing):
# - ../../components/argocd/annotations
# - ../../components/rhoso/controlplane
Expand Down
4 changes: 2 additions & 2 deletions example/dataplane/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ kind: Kustomization

components:
# Remote refs (for CI/ArgoCD):
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0
- https://github.com/openstack-gitops/rhoso-gitops/components/rhoso/dataplane?ref=v0.1.0
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.0
- https://github.com/openstack-k8s-operators/gitops/components/rhoso/dataplane?ref=v0.1.0
# Local paths (for "kustomize build" testing):
# - ../../components/argocd/annotations
# - ../../components/rhoso/dataplane
Expand Down
2 changes: 1 addition & 1 deletion example/dependencies/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ kind: Kustomization

components:
- https://github.com/openstack-k8s-operators/architecture/lib/olm-deps?ref=7da5f2e1dc2bfce99e269b0017783679ca405d8c
- https://github.com/openstack-gitops/rhoso-gitops/components/argocd/annotations?ref=v0.1.0
- https://github.com/openstack-k8s-operators/gitops/components/argocd/annotations?ref=v0.1.0
Loading