Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Operator doesn't ignore Helm tests on deployment/reconcile #20

Open
Tracked by #19
tumido opened this issue Sep 20, 2023 · 0 comments
Open
Tracked by #19

Operator doesn't ignore Helm tests on deployment/reconcile #20

tumido opened this issue Sep 20, 2023 · 0 comments
Labels
kind/bug Something isn't working

Comments

@tumido
Copy link
Member

tumido commented Sep 20, 2023

It seems like the operator is attempting to install/deploy helm tests on reconcile, please

2023-09-16T16:35:51Z DEBUG controllers.Helm Starting install
2023-09-16T16:35:53Z DEBUG controllers.Helm Install failed
2023-09-16T16:35:53Z ERROR Reconciler error {"controller": "backstage-controller", "object": {"name":"backstage-sample","namespace":"openshift-operators"}, "namespace": "openshift-operators", "name": "backstage-sample", "reconcileID": "eabef921-feae-4fd9-bc27-68fd486b198e", "error": "template: backstage/templates/tests/test-connection.yaml:4:12: executing \"backstage/templates/tests/test-connection.yaml\" at <include \"common.names.fullname\" .>: error calling include: template: no template \"common.names.fullname\" associated with template \"gotpl\""}
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler
/remote-source/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:329
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem
/remote-source/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:274
sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).Start.func2.2
/remote-source/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/controller.go:235
2023-09-16T16:35:53Z DEBUG controllers.Helm Reconciliation triggered {"backstage": "openshift-operators/backstage-sample"}
2023-09-16T16:35:53Z INFO controllers.Helm map[global:map[clusterRouterBase:lol host:] route:map[annotations:map[] enabled:%!s(bool=true) host:{{ .Values.global.host }} path:/ tls:map[caCertificate: certificate: destinationCACertificate: enabled:%!s(bool=true) insecureEdgeTerminationPolicy:Redirect key: termination:edge] wildcardPolicy:None] upstream:map[backstage:map[appConfig:map[app:map[baseUrl:https://{{- include "janus-idp.hostname" . }}] backend:map[baseUrl:https://{{- include "janus-idp.hostname" . }} cors:map[origin:https://{{- include "janus-idp.hostname" . }}] database:map[connection:map[password:${POSTGRESQL_ADMIN_PASSWORD} user:postgres]]]] command:[] extraEnvVars:[map[name:POSTGRESQL_ADMIN_PASSWORD valueFrom:map[secretKeyRef:map[key:postgres-password name:{{ .Release.Name }}-postgresql]]]] image:map[registry:quay.io repository:janus-idp/backstage-showcase tag:latest]] ingress:map[host:{{ .Values.global.host }}] nameOverride:backstage postgresql:map[auth:map[secretKeys:map[adminPasswordKey:post...

image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant