Skip to content

Commit 63f43f1

Browse files
test
1 parent 6603efa commit 63f43f1

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

charts/gitops-runtime/values.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ installer:
6565
repository: quay.io/codefresh/gitops-runtime-installer-sandbox
6666
tag: alpha2
6767
pullPolicy: IfNotPresent
68-
#-----------------------------------------------------------------------------------------------------------------------
68+
# -----------------------------------------------------------------------------------------------------------------------
6969
# Sealed secrets
70-
#-----------------------------------------------------------------------------------------------------------------------
70+
# -----------------------------------------------------------------------------------------------------------------------
7171
sealed-secrets:
7272
fullnameOverride: sealed-secrets
7373
keyrenewperiod: "720h"
@@ -96,30 +96,30 @@ argo-cd:
9696
accounts.admin: apiKey,login
9797
params:
9898
server.insecure: true
99-
#-----------------------------------------------------------------------------------------------------------------------
99+
# -----------------------------------------------------------------------------------------------------------------------
100100
# Argo Events
101-
#-----------------------------------------------------------------------------------------------------------------------
101+
# -----------------------------------------------------------------------------------------------------------------------
102102
argo-events:
103103
fullnameOverride: argo-events
104104
crds:
105105
install: false
106-
#-----------------------------------------------------------------------------------------------------------------------
106+
# -----------------------------------------------------------------------------------------------------------------------
107107
# Argo Workflows
108-
#-----------------------------------------------------------------------------------------------------------------------
108+
# -----------------------------------------------------------------------------------------------------------------------
109109
argo-workflows:
110110
fullnameOverride: argo
111111
enabled: true
112-
#-----------------------------------------------------------------------------------------------------------------------
112+
# -----------------------------------------------------------------------------------------------------------------------
113113
# Argo rollouts
114-
#-----------------------------------------------------------------------------------------------------------------------
114+
# -----------------------------------------------------------------------------------------------------------------------
115115
argo-rollouts:
116116
enabled: false
117117
fullnameOverride: argo-rollouts
118118
controller:
119119
replicas: 1
120-
#-----------------------------------------------------------------------------------------------------------------------
120+
# -----------------------------------------------------------------------------------------------------------------------
121121
# Event reporters
122-
#-----------------------------------------------------------------------------------------------------------------------
122+
# -----------------------------------------------------------------------------------------------------------------------
123123
event-reporters:
124124
events:
125125
# -- Do not set this value unless you are totally sure you need to override ArgoCD service name. Otherwise, it is determinted by chart logic

scripts/lint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ set -eux
66
SRCROOT="$(cd "$(dirname "$0")/.." && pwd)"
77

88
echo -e "\n-- Linting all Helm Charts --\n"
9-
docker run \
9+
docker run -it \
1010
-v "$SRCROOT:/workdir" \
1111
--entrypoint /bin/sh \
1212
quay.io/helmpack/chart-testing:v3.7.0 \
1313
-c cd /workdir \
14+
sh
1415
ct lint \
1516
--config ./.config/ct-lint.yaml \
1617
--lint-conf ./.config/lintconf.yaml \

0 commit comments

Comments
 (0)