Skip to content

Commit

Permalink
Added end line
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ committed Mar 25, 2024
1 parent 08bd231 commit 376bdff
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/modules/administration/pages/helm-migration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ oc -n ods get all -l app=foo-bar

== Sources

Check more information about migration from tailor to helm and their differences in https://github.com/opendevstack/tailor/wiki/Migrating-from-Tailor-to-Helm
Check more information about migration from tailor to helm and their differences in https://github.com/opendevstack/tailor/wiki/Migrating-from-Tailor-to-Helm
2 changes: 1 addition & 1 deletion scripts/tailor2helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ for RESOURCE in $RESOURCES; do
oc -n $NAMESPACE annotate $RESOURCE meta.helm.sh/release-name=$RELEASE
oc -n $NAMESPACE annotate $RESOURCE meta.helm.sh/release-namespace=$NAMESPACE
oc -n $NAMESPACE label $RESOURCE app.kubernetes.io/managed-by=Helm
done
done
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
OpenDevStack SonarQube {{ .Values.global.sonarEdition }} edition on version {{ .Values.global.sonarVersion }} released with Helm!
OpenDevStack SonarQube {{ .Values.global.sonarEdition }} edition on version {{ .Values.global.sonarVersion }} released with Helm!
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/buildconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ spec:
value: {{ .Values.global.appDNS }}
- name: sonarEdition
value: {{ .Values.global.sonarEdition }}
successfulBuildsHistoryLimit: 5
successfulBuildsHistoryLimit: 5
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/dc-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ spec:
claimName: {{ .Values.global.appName }}-postgresql-backup
test: false
triggers:
- type: ConfigChange
- type: ConfigChange
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/dc-sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ spec:
terminationGracePeriodSeconds: 30
dnsPolicy: ClusterFirst
securityContext: {}
schedulerName: default-scheduler
schedulerName: default-scheduler
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/imagestream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
name: {{ .Values.global.appName }}
spec:
lookupPolicy:
local: false
local: false
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/pvc-extensions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
requests:
storage: 1Gi
storageClassName: {{ .Values.global.storageClassData }}
volumeMode: Filesystem
volumeMode: Filesystem
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/pvc-postgresql-backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
requests:
storage: 1Gi
storageClassName: {{ .Values.global.storageClassData }}
volumeMode: Filesystem
volumeMode: Filesystem
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/pvc-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
requests:
storage: 2Gi
storageClassName: {{ .Values.global.storageClassData }}
volumeMode: Filesystem
volumeMode: Filesystem
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/pvc-sonar-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
requests:
storage: 2Gi
storageClassName: {{ .Values.global.storageClassData }}
volumeMode: Filesystem
volumeMode: Filesystem
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ spec:
kind: Service
name: {{ .Values.global.appName }}
weight: 100
wildcardPolicy: None
wildcardPolicy: None
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ metadata:
labels:
app: {{ .Values.global.appName }}
name: {{ .Values.global.appName }}-app
type: Opaque
type: Opaque
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/secrets-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ metadata:
labels:
app: {{ .Values.global.appName }}
name: {{ .Values.global.appName }}-postgresql
type: Opaque
type: Opaque
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/service-postgresql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ spec:
selector:
name: {{ .Values.global.appName }}-postgresql
sessionAffinity: None
type: ClusterIP
type: ClusterIP
2 changes: 1 addition & 1 deletion sonarqube/chart/templates/service-sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ spec:
selector:
deploymentconfig: {{ .Values.global.appName }}
sessionAffinity: None
type: ClusterIP
type: ClusterIP
2 changes: 1 addition & 1 deletion sonarqube/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ RUN chmod go+w $JAVA_HOME/lib/security/cacerts; \

USER sonarqube

ENTRYPOINT ["./bin/run.sh"]
ENTRYPOINT ["./bin/run.sh"]

0 comments on commit 376bdff

Please sign in to comment.