Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Move presently unimplemented examples out of examples/ root directory…
Browse files Browse the repository at this point in the history
…, update proposal links (#111)
  • Loading branch information
OmerKahani committed Feb 2, 2021
1 parent 438b32a commit 8ecb595
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 23 deletions.
22 changes: 0 additions & 22 deletions examples/applicationset.yaml

This file was deleted.

5 changes: 4 additions & 1 deletion examples/clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# - server
# - metadata.labels.<key>
# - metadata.annotations.<key>
# - values.<key>
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
Expand All @@ -14,13 +15,15 @@ spec:
selector:
matchLabels:
argocd.argoproj.io/secret-type: cluster
values:
project: default
template:
metadata:
name: '{{name}}-guestbook'
labels:
environment: '{{metadata.labels.environment}}'
spec:
project: ""
project: '{{values.project}}'
source:
repoURL: https://github.com/infra-team/cluster-deployments.git
targetRevision: HEAD
Expand Down
3 changes: 3 additions & 0 deletions examples/proposal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Proposal Examples
This directory contains examples that are not yet implemented.
They are part of the project to indicate future progress, and we are welcome any contribution that will add an implementation
File renamed without changes.

0 comments on commit 8ecb595

Please sign in to comment.