You've already forked athens-proxy-charts
test(configMap): gitConfig
This commit is contained in:
@@ -34,8 +34,15 @@ tests:
|
|||||||
app.kubernetes.io/name: athens-proxy
|
app.kubernetes.io/name: athens-proxy
|
||||||
app.kubernetes.io/version: 0.1.0
|
app.kubernetes.io/version: 0.1.0
|
||||||
helm.sh/chart: athens-proxy-0.1.0
|
helm.sh/chart: athens-proxy-0.1.0
|
||||||
- isNullOrEmpty:
|
- equal:
|
||||||
path: data[".gitconfig"]
|
path: data[".gitconfig"]
|
||||||
|
value: |
|
||||||
|
# The .gitconfig file
|
||||||
|
#
|
||||||
|
# The .gitconfig file contains the user specific git configuration. It generally resides in the user's home
|
||||||
|
# directory.
|
||||||
|
#
|
||||||
|
# [url "git@github.com:"] insteadOf = https://github.com/
|
||||||
|
|
||||||
- it: Rendering custom annotations and labels.
|
- it: Rendering custom annotations and labels.
|
||||||
set:
|
set:
|
||||||
@@ -65,7 +72,6 @@ tests:
|
|||||||
|
|
||||||
[url "git@git.cryptic.systems:"]
|
[url "git@git.cryptic.systems:"]
|
||||||
insteadOf = https://git.cryptic.systems/
|
insteadOf = https://git.cryptic.systems/
|
||||||
|
|
||||||
asserts:
|
asserts:
|
||||||
- equal:
|
- equal:
|
||||||
path: data[".gitconfig"]
|
path: data[".gitconfig"]
|
||||||
|
Reference in New Issue
Block a user