-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: folder structure to support kubernetes resources * updating README.md * addressing comments
- Loading branch information
1 parent
2abbd5e
commit 86ef5d3
Showing
41 changed files
with
31 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Bookmark | ||
|
||
A simple bookmark to help you identify the parent folders |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
apiVersion: configsync.gke.io/v1beta1 | ||
kind: RootSync | ||
metadata: | ||
name: id-folder # kpt-set: ${id}-${folder} | ||
name: id-t1 # kpt-set: ${id}-t1 | ||
namespace: config-management-system | ||
spec: | ||
sourceFormat: unstructured | ||
git: | ||
repo: https://[email protected]/AZDO-ORG/AZDO-PROJECT/_git/REPO-NAME # kpt-set: ${repo-url} | ||
branch: main # kpt-set: ${repo-branch} | ||
dir: deploy/env # kpt-set: ${repo-dir} | ||
dir: tier1/configcontroller/deploy/<env> # kpt-set: ${repo-dir} | ||
revision: HEAD # kpt-set: ${version} | ||
auth: token | ||
secretRef: | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,11 @@ metadata: | |
config.kubernetes.io/local-config: 'true' | ||
data: | ||
# Used for naming of the root-sync | ||
## id : | ||
### tier1: 'experimentation' or 'env' | ||
### tier2: [client-name] | ||
### tier34: [project-id] (we replace environment code with “x”) | ||
id: id1 | ||
## Folder: 'csync' or 'tier1' or 'tier2' | ||
## 'tier3' or 'tier4' are used only with RepoSync | ||
folder: tier1 | ||
## id is 'experimentation' or 'env' | ||
id: id | ||
|
||
# Git repo values | ||
repo-url: https://[email protected]/AZDO-ORG/AZDO-PROJECT/_git/REPO-NAME | ||
# repo-url: https://github.com/GITHUB-ORG/REPO-NAME # Alternate, GitHub | ||
repo-branch: main | ||
repo-dir: tier1/deploy/env | ||
repo-dir: tier1/configcontroller/deploy/<env> |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,11 @@ metadata: | |
config.kubernetes.io/local-config: 'true' | ||
data: | ||
# Used for naming of the root-sync | ||
## id : | ||
### tier1: 'experimentation' or 'env' | ||
### tier2: [client-name] | ||
### tier34: [project-id] (we replace environment code with “x”) | ||
## id is 'experimentation' or 'env' | ||
id: env | ||
## Folder: 'csync' or 'tier1' or 'tier2' | ||
## 'tier3' or 'tier4' are used only with RepoSync | ||
folder: tier1 | ||
|
||
# Git repo values | ||
repo-url: https://[email protected]/AZDO-ORG/AZDO-PROJECT/_git/REPO-NAME | ||
# repo-url: https://github.com/GITHUB-ORG/REPO-NAME # Alternate, GitHub | ||
repo-branch: main | ||
repo-dir: tier1/deploy/dev | ||
repo-dir: tier1/configcontroller/deploy/dev |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,11 @@ metadata: | |
config.kubernetes.io/local-config: 'true' | ||
data: | ||
# Used for naming of the root-sync | ||
## id : | ||
### tier1: 'experimentation' or 'env' | ||
### tier2: [client-name] | ||
### tier34: [project-id] (we replace environment code with “x”) | ||
## id is 'experimentation' or 'env' | ||
id: experimentation | ||
## Folder: 'csync' or 'tier1' or 'tier2' | ||
## 'tier3' or 'tier4' are used only with RepoSync | ||
folder: tier1 | ||
|
||
# Git repo values | ||
repo-url: https://[email protected]/AZDO-ORG/AZDO-PROJECT/_git/REPO-NAME | ||
# repo-url: https://github.com/GITHUB-ORG/REPO-NAME # Alternate, GitHub | ||
repo-branch: main | ||
repo-dir: tier1/deploy/experimentation | ||
repo-dir: tier1/configcontroller/deploy/experimentation |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,11 @@ metadata: | |
config.kubernetes.io/local-config: 'true' | ||
data: | ||
# Used for naming of the root-sync | ||
## id : | ||
### tier1: 'experimentation' or 'env' | ||
### tier2: [client-name] | ||
### tier34: [project-id] (we replace environment code with “x”) | ||
## id is 'experimentation' or 'env' | ||
id: env | ||
## Folder: 'csync' or 'tier1' or 'tier2' | ||
## 'tier3' or 'tier4' are used only with RepoSync | ||
folder: tier1 | ||
|
||
# Git repo values | ||
repo-url: https://[email protected]/AZDO-ORG/AZDO-PROJECT/_git/REPO-NAME | ||
# repo-url: https://github.com/GITHUB-ORG/REPO-NAME # Alternate, GitHub | ||
repo-branch: main | ||
repo-dir: tier1/deploy/prod | ||
repo-dir: tier1/configcontroller/deploy/preprod |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,17 +6,11 @@ metadata: | |
config.kubernetes.io/local-config: 'true' | ||
data: | ||
# Used for naming of the root-sync | ||
## id : | ||
### tier1: 'experimentation' or 'env' | ||
### tier2: [client-name] | ||
### tier34: [project-id] (we replace environment code with “x”) | ||
## id is 'experimentation' or 'env' | ||
id: env | ||
## Folder: 'csync' or 'tier1' or 'tier2' | ||
## 'tier3' or 'tier4' are used only with RepoSync | ||
folder: tier1 | ||
|
||
# Git repo values | ||
repo-url: https://[email protected]/AZDO-ORG/AZDO-PROJECT/_git/REPO-NAME | ||
# repo-url: https://github.com/GITHUB-ORG/REPO-NAME # Alternate, GitHub | ||
repo-branch: main | ||
repo-dir: tier1/deploy/preprod | ||
repo-dir: tier1/configcontroller/deploy/prod |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Bookmark | ||
|
||
A simple bookmark to help you identify the parent folders |
Empty file.