Loading cluster/kubernetes/charts/templates/auth/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ spec: annotations: checksum/secrets: {{ include (print $.Template.BasePath "/configuration/secrets.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: initContainers: # Wait for postgres to become available before starting Loading cluster/kubernetes/charts/templates/cog/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ spec: annotations: checksum/secrets: {{ include (print $.Template.BasePath "/configuration/secrets.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: initContainers: # Wait for databases to become available before starting Loading cluster/kubernetes/charts/templates/idp-node/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ spec: annotations: checksum/secrets: {{ include (print $.Template.BasePath "/configuration/secrets.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: initContainers: # Wait for security database to become available before starting Loading cluster/kubernetes/charts/templates/index-node/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ spec: component: index-node annotations: checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: initContainers: # Make sure Solr is up before starting Loading cluster/kubernetes/charts/templates/orp/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ spec: annotations: checksum/hostcert: {{ include (print $.Template.BasePath "/configuration/hostcert.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: containers: - name: orp Loading Loading
cluster/kubernetes/charts/templates/auth/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ spec: annotations: checksum/secrets: {{ include (print $.Template.BasePath "/configuration/secrets.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: initContainers: # Wait for postgres to become available before starting Loading
cluster/kubernetes/charts/templates/cog/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ spec: annotations: checksum/secrets: {{ include (print $.Template.BasePath "/configuration/secrets.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: initContainers: # Wait for databases to become available before starting Loading
cluster/kubernetes/charts/templates/idp-node/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ spec: annotations: checksum/secrets: {{ include (print $.Template.BasePath "/configuration/secrets.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: initContainers: # Wait for security database to become available before starting Loading
cluster/kubernetes/charts/templates/index-node/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ spec: component: index-node annotations: checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: initContainers: # Make sure Solr is up before starting Loading
cluster/kubernetes/charts/templates/orp/deployment.yaml +1 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ spec: annotations: checksum/hostcert: {{ include (print $.Template.BasePath "/configuration/hostcert.yaml") . | sha256sum }} checksum/trust-bundle: {{ include (print $.Template.BasePath "/configuration/trust-bundle.yaml") . | sha256sum }} checksum/environment-common: {{ include (print $.Template.BasePath "/configuration/environment-common.yaml") . | sha256sum }} spec: containers: - name: orp Loading