-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Infisical on Openshift throws error for backend #879
Comments
The latest version of Infisical is |
Hi, |
To clarify i use chart version 0.3.1 which seems to be the latest and image tag v0.31.0, still the same error. |
Can you point me to the guide that instructs you to use the In which container do you see the error in now? |
on this page: I see the error in the backend - but now its a pull rate error. Ill delete my deployment and do another trial tomorrow. |
Keep us updated, thanks! |
Hi @mrjson79, have you tried adding SCC to this user ID on current deployment project/namespace? |
Describe the bug
Installing infisical on Openshift with helm throws the following error:
"> [email protected] start
To Reproduce
Steps to reproduce the behavior:
Expected behavior
To be installed and working.
Screenshots
If applicable, add screenshots to help explain your problem.
Platform you are having the issue on:
Openshift.
Additional context
Ive tested to change scc for backend but no luck.
Here's my helm values file:
frontend:
enabled: true
name: frontend
podAnnotations: {}
deploymentAnnotations: {}
replicaCount: 4
image:
repository: infisical/frontend
tag: "v0.1.3"
pullPolicy: IfNotPresent
kubeSecretRef: null
service:
annotations: {}
type: ClusterIP
nodePort: ""
backend:
enabled: true
name: backend
podAnnotations: {}
deploymentAnnotations: {}
replicaCount: 4
image:
repository: infisical/backend
tag: "v0.1.3"
pullPolicy: IfNotPresent
kubeSecretRef: null
service:
annotations: {}
type: ClusterIP
nodePort: ""
View all environment variables https://infisical.com/docs/self-hosting/configuration/envars
backendEnvironmentVariables:
MONGO_URL: <>
HTTPS_ENABLED: <>
Mongo DB persistence
mongodb:
enabled: false
persistence:
enabled: false
ingress:
enabled: true
hostName: infisical.apps.labb01.gotlab.local
frontend:
path: /
pathType: Prefix
backend:
path: /api
pathType: Prefix
The text was updated successfully, but these errors were encountered: