cassandra livenessProbe chart error 11/89711/1
authorJoey Sullivan <joey.sullivan@amdocs.com>
Tue, 11 Jun 2019 14:53:16 +0000 (10:53 -0400)
committerJoey Sullivan <joey.sullivan@amdocs.com>
Tue, 11 Jun 2019 15:18:25 +0000 (11:18 -0400)
Disabling cassandra livenessProbe causes the
charts generated yaml to append readinessProbe
after containerPort because of go ‘-‘ command.

Issue-ID: OOM-1922
Signed-off-by: Joey Sullivan <joey.sullivan@amdocs.com>
Change-Id: If19c8639d1a5c0968b7156e39945a3ca15dd18b5

.gitignore
kubernetes/common/cassandra/templates/statefulset.yaml

index 92ead3a..96e76c1 100644 (file)
@@ -3,6 +3,7 @@ kubernetes/config/onap-parameters.yaml
 kubernetes/dist/*
 requirements.lock
 **/charts/*.tgz
+*.orig
 
 # AAI Schema
 **/schema/*
@@ -21,3 +22,4 @@ requirements.lock
 
 # Mac OS
 *DS_Store*
+
index 0c7a112..4be3570 100644 (file)
@@ -74,7 +74,7 @@ spec:
           timeoutSeconds: {{ .Values.liveness.timeoutSeconds }}
           successThreshold: {{ .Values.liveness.successThreshold }}
           failureThreshold: {{ .Values.liveness.failureThreshold }}
-        {{ end -}}
+        {{ end }}
         readinessProbe:
           exec:
             command: