-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.yaml
More file actions
34 lines (26 loc) · 1.03 KB
/
README.yaml
File metadata and controls
34 lines (26 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
#
# This is the canonical configuration for the `README.md`
# Run `make readme` to rebuild the `README.md`
#
# Name of this project
name: "Terraform GitOps Example"
# Short description of this project
description: |-
Fully automate Terraform using GitOps pushed based commits with TF-Controller, Kustomize and the GitOps toolkit
# Canonical GitHub repo
github_repo: osodevops/terraform-gitops-example
# How to use this project
usage: |-
# Example usage
examples: |-
### Deployment Process
* Navigate to `./flux-system`
* Run `kubectl apply -f gotk-components.yaml`
related:
- name: "Kafka GitOps Example"
description: "A Kafka / Confluent GitOps workflow example for multi-env deployments with Flux, Kustomize, Helm and Confluent Operator"
url: "https://github.com/osodevops/kafka-gitops-examples"
- name: "Confluent GitOps Demo"
description: "Fully automated Confluent platform deployment on Kubernetes using Flux, Kustomize and Terraform Controller"
url: "https://github.com/osodevops/confluent-gitops-demo"