File tree 7 files changed +63
-66
lines changed
7 files changed +63
-66
lines changed Original file line number Diff line number Diff line change 1
1
# Otomi values repo
2
2
3
- Part of Otomi Container Platform.
3
+ Part of Application Platform for LKE .
4
4
5
5
Repo that holds cluster configuration to be used by [ apl-core] ( https://github.com/linode/apl-core ) .
6
6
7
- Please read the online [ otomi documentation] ( https://otomi.io / ) for instructions on how to work with the platform.
7
+ Please read the online [ otomi documentation] ( https://apl-docs.net / ) for instructions on how to work with the platform.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : apl
3
- description : A Helm chart for installing otomi in Kubernetes
4
- home : https://otomi.io /
5
- icon : https://otomi.io /img/otomi-logo.svg
3
+ description : A Helm chart for installing APL in Kubernetes
4
+ home : https://apl-docs.net /
5
+ icon : https://apl-docs.net /img/otomi-logo.svg
6
6
type : application
7
7
version : 0.0.0-chart-version
8
8
appVersion : APP_VERSION_PLACEHOLDER
9
9
keywords :
10
- - otomi
11
- - otomi.io
12
- - container-management
13
- - cicd
10
+ - linode
11
+ - lke
14
12
- multi-tenancy
15
13
- continuous-delivery
16
- - continuous-deployment
14
+ - continuous-integration
17
15
- continuous-integration
18
16
- observability
19
- - metrics
20
- - tracing
17
+ - security
21
18
sources :
22
19
- https://github.com/linode/apl-core
Original file line number Diff line number Diff line change 1
1
# Setting up your development environment
2
2
3
- We invite you to first look at the code and file structure. It also helps to have read the docs on using the CLI at [ otomi.io] ( https://otomi.io /docs/cli/working-with ) .
3
+ We invite you to first look at the code and file structure. It also helps to have read the docs on using the CLI at [ otomi.io] ( https://apl-docs.net /docs/cli/working-with ) .
4
4
5
5
You will notice that we use some tooling to enforce consistent commits and releases:
6
6
Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ export const bootstrap = async (
368
368
369
369
if ( ! originalValues ) {
370
370
// FIXME what is the use case to enter this
371
- d . log ( 'A new values repo has been created. For next steps follow documentation at https://otomi.io ' )
371
+ d . log ( 'A new values repo has been created. For next steps follow documentation at https://apl-docs.net ' )
372
372
return
373
373
}
374
374
const finalValues = ( await deps . hfValues ( ) ) as Record < string , any >
Original file line number Diff line number Diff line change 1
1
# Otomi values repo
2
2
3
- Part of Otomi Container Platform.
3
+ Part of Application Platform for LKE .
4
4
5
5
Repo that holds cluster configuration to be used by [ apl-core] ( https://github.com/linode/apl-core ) .
6
6
7
- Please read the online [ otomi documentation] ( https://otomi.io / ) for instructions on how to work with the platform.
7
+ Please read the online [ otomi documentation] ( https://apl-docs.net / ) for instructions on how to work with the platform.
Original file line number Diff line number Diff line change @@ -89,14 +89,14 @@ environments:
89
89
labels :
90
90
otomi.io/app : ce1
91
91
hosts :
92
- - https://otomi.io
92
+ - https://apl-docs.net
93
93
- https://116.203.255.68
94
94
- https://httpbin.org/headers
95
95
- namespace : team-a2
96
96
labels :
97
97
otomi.io/app : ce1
98
98
hosts :
99
- - https://otomi.io
99
+ - https://apl-docs.net
100
100
- https://116.203.255.68
101
101
- https://httpbin.org/headers
102
102
releases :
You can’t perform that action at this time.
0 commit comments