File tree Expand file tree Collapse file tree 5 files changed +254
-33
lines changed Expand file tree Collapse file tree 5 files changed +254
-33
lines changed Original file line number Diff line number Diff line change 70
70
2 directories, 6 files
71
71
```
72
72
73
- 아직 아무 것도 없지만 실행은 할 수 있다. 아래를 실행하고 \< http://127.0.0.1:8000\>에 접속하면 환영
73
+ 아직 아무 것도 없지만 실행은 할 수 있다. 아래를 실행하고 \< [ http://127.0.0.1:8000 ] ( http://127.0.0.1:8000 ) \> 에 접속하면 환영
74
74
인사와 함께 로켓 이미지를 볼 수 있다.
75
75
76
76
``` bash
@@ -260,7 +260,7 @@ Password (again): ********
260
260
Superuser created successfully.
261
261
```
262
262
263
- 서버를 시작하고 \< http://127.0.0.1:8000/admin/\>으로 접속하면 아래와 같은 로그인 화면을 볼 수 있다.
263
+ 서버를 시작하고 \< [ http://127.0.0.1:8000/admin/ ] ( http://127.0.0.1:8000/admin/ ) \> 으로 접속하면 아래와 같은 로그인 화면을 볼 수 있다.
264
264
위에서 설정한 값들을 입력하고 들어가자.
265
265
266
266
![ Django Admin Sign In Page] ( ./django-admin-signin.png )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gitops 환경을 구성하기 위해서는 선언적 인프라(Declarative Infra
16
16
이를 위해 상태 저장소(Config Repository) 를 구성하는것이 일반적이며, 상태 저장소에는 인프라의 현 상태를 정의하는 선언적인 코드들이 관리됩니다.
17
17
18
18
![ GitOps Principles and Workflows Every Team Should Know | Rafay] ( https://rafay.co/wp-content/uploads/2021/11/GitOpsDiagram-v1-1024x638.jpg )
19
- \< 이미지 출처 : https://rafay.co\>
19
+ \< 이미지 출처 : [ https://rafay.co ] \>
20
20
### Stack for Gitops
21
21
22
22
Gitops를 구성하기 위해 필요한 요소는 크게 3가지로 나눌 수 있습니다.
Original file line number Diff line number Diff line change 1
1
// @ts -check
2
2
// Note: type annotations allow type checking and IDEs autocompletion
3
3
4
- const lightCodeTheme = require ( 'prism-react-renderer/themes/github' )
5
- const darkCodeTheme = require ( 'prism-react-renderer/themes/dracula' )
4
+ const lightCodeTheme = require ( 'prism-react-renderer' ) . themes . github
5
+ const darkCodeTheme = require ( 'prism-react-renderer' ) . themes . dracula
6
6
7
7
/** @type {import('@docusaurus/types').Config } */
8
8
const config = {
You can’t perform that action at this time.
0 commit comments