8.2. 사용자 정의 Red Hat Developer Hub ConfigMap에서 Ansible Automation Platform 및 Dev Spaces 제거
프로세스
템플릿에 대한 구성을 추가하고 Ansible Automation Platform 및 Dev Spaces 연결에 필요한 사용자 지정 Red Hat Developer Hub ConfigMap을 엽니다. 이 예에서 Red Hat Developer Hub ConfigMap 이름은
app-config-rhdh
입니다.Copy to Clipboard Copied! Toggle word wrap Toggle overflow kind: ConfigMap apiVersion: v1 metadata: name: rhdh-app-config data: app-config-custom.yaml: | ... catalog: ... locations: # Remove the YAML entry below the 'locations' YAML key - type: url target: https://github.com/ansible/ansible-rhdh-templates/blob/main/all.yaml rules: - allow: [Template] ... # Remove the entire 'ansible' YAML key and all sub-entries ansible: devSpaces: baseUrl: '<https://YOUR_DEV_SPACES_URL>' creatorService: baseUrl: '127.0.0.1' port: '8000' rhaap: baseUrl: '<https://YOUR_AAP_URL>' token: <REDACTED> checkSSL: false
kind: ConfigMap apiVersion: v1 metadata: name: rhdh-app-config data: app-config-custom.yaml: | ... catalog: ... locations: # Remove the YAML entry below the 'locations' YAML key - type: url target: https://github.com/ansible/ansible-rhdh-templates/blob/main/all.yaml rules: - allow: [Template] ... # Remove the entire 'ansible' YAML key and all sub-entries ansible: devSpaces: baseUrl: '<https://YOUR_DEV_SPACES_URL>' creatorService: baseUrl: '127.0.0.1' port: '8000' rhaap: baseUrl: '<https://YOUR_AAP_URL>' token: <REDACTED> checkSSL: false
-
location:
block의URL
을 제거하여 RHDH 인스턴스에서 템플릿을 삭제합니다. -
ansible:
블록을 제거하여 Ansible 관련 구성을 삭제합니다. - 을 클릭합니다.