Closed cmoulliard closed 1 year ago
I fixed the issue after I removed the arg from the Deployment
spec:
containers:
- name: backstage
image: public.ecr.aws/cnoe-io/backstage:v0.0.3
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 7007
envFrom:
- secretRef:
name: postgres-secrets
volumeMounts:
- mountPath: /app/app-config.yaml
name: app-config
subPath: app-config.yaml
volumes:
- configMap:
defaultMode: 420
name: app-config
name: app-config
Issue
If I try to declare a configMap and pass it as as arg to the Deployment resource
then backstag's pod fails to start and reports as error: