Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ components:
cpuRequest: 500m
cpuLimit: 1000m
env:
- name: SHELL
value: /bin/bash
- name: ANSIBLE_HOME
value: /projects/ansible-dev-tools-workspace/.ansible
- name: HOSTNAME
value: ansible-devspaces
- name: VSCODE_DEFAULT_WORKSPACE
value: /projects/ansible-dev-tools-workspace/devspaces.code-workspace
- name: ADT_CONTAINER_ENGINE
value: podman
2 changes: 1 addition & 1 deletion devspaces.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"openshiftToolkit.searchForToolsInPath": true,
"openshiftToolkit.execMaxBufferLength": 10,
"python.useEnvironmentsExtension": false,
"security.workspace.trust.enabled": true,
"security.workspace.trust.enabled": false,
"git.openRepositoryInParentFolders": "never",
"redhat.telemetry.enabled": false
}
Expand Down