Skip to content

Instantly share code, notes, and snippets.

@rupinus85
Created January 10, 2019 08:03
Show Gist options
  • Save rupinus85/80045d047ac984cc9b1c50deb2c95f6b to your computer and use it in GitHub Desktop.
Save rupinus85/80045d047ac984cc9b1c50deb2c95f6b to your computer and use it in GitHub Desktop.
# 현재 경로에 patch-file.yaml을 작성한 후,
# deployment 중 name이 gs-spring-boot-docker-deployment인 object에 대해 patch-file.yaml 설정을 추가삽입 하겠다는 의미 입니다.
$ kubectl patch deployment gs-spring-boot-docker-deployment --patch "$(cat patch-file.yaml)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment