We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The deployment of bacckstage refers to a secret which is missing and blocks the deployment of backstage
status: conditions: - lastProbeTime: null lastTransitionTime: "2023-10-12T07:16:38Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2023-10-12T07:16:38Z" message: 'containers with unready status: [backstage]' reason: ContainersNotReady status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2023-10-12T07:16:38Z" message: 'containers with unready status: [backstage]' reason: ContainersNotReady status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2023-10-12T07:16:38Z" status: "True" type: PodScheduled containerStatuses: - image: public.ecr.aws/cnoe-io/backstage:v0.0.2 imageID: "" lastState: {} name: backstage ready: false restartCount: 0 started: false state: waiting: message: secret "backstage-secrets" not found reason: CreateContainerConfigError
So the pod will crash using the image: public.ecr.aws/cnoe-io/backstage:v0.0.2
public.ecr.aws/cnoe-io/backstage:v0.0.2
The text was updated successfully, but these errors were encountered:
We should just use in-memory database for local builds. We can pull out pvc, postgresql, and references for env vars.
https://github.com/cnoe-io/idpbuilder/blob/main/pkg/apps/srv/backstage/install.yaml
Sorry, something went wrong.
The deployment process is failing today as the kubernetes Deployment process and pod has a strong dependency with a missing secret - https://github.com/cnoe-io/idpbuilder/blob/main/pkg/apps/srv/backstage/install.yaml#L103-L104. That should be fixed. @nabuskey
Successfully merging a pull request may close this issue.
Issue
The deployment of bacckstage refers to a secret which is missing and blocks the deployment of backstage
So the pod will crash using the image:
public.ecr.aws/cnoe-io/backstage:v0.0.2
The text was updated successfully, but these errors were encountered: