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

making examples more clear #111

Merged
merged 1 commit into from
Feb 2, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.