개요Artifact은 외부 리소스를 참조할 수 있도록 도와주는 역할입니다.Artifact으로 연결해서 사용할 수 있는 리소스는 Github, Docker, AWS S3, HelmChart 등이 있습니다.가이드 : https://spinnaker.io/docs/reference/ref-artifacts/ Artifact - Github 등록하기halyard 명령어로 Github 리소스를 등록 할 수 있다.hal config artifact github enableARTIFACT_ACCOUNT_NAME=xxx-chartsTOKEN_FILE= # GitHub Token_Key 파일 위치 입력hal config artifact github account add $ARTIFACT_ACCOUNT_NAM..