Skip to content

Commit

Permalink
FIX: Remove hardcoded platform for devenv
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindner committed Aug 21, 2024
1 parent 373cdd4 commit f99ddc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kubernetes/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ commands:
cd deploy/terraform/deployments/devspace
terraform init
create-edm-devenv: |-
edm env create ${DEVSPACE_NAME} --version 3.8 --platform rh7-x86_64
edm env create ${DEVSPACE_NAME} --version 3.8
edm install -e ${DEVSPACE_NAME} -y ${EDM_APP_DEPENDENCIES}
functions:
Expand Down

0 comments on commit f99ddc3

Please sign in to comment.