GCD yaml 작성 및 실행
GCD 설치
git clone https://github.com/GCD-GitopsClickDeploy/GCD.gitgcd.yaml
gitSecret:
username: [Your git username]
password: [Your git token]
email: [Your git email]
docker:
configJson: [Your dockerconfigJson token]
ImageReference: [Your DockerHub url]
application:
name: [Your application name]
gitRepoUrl: [Your application gitRepoUrl]
destinationNamespace: [Your application deploy namespace]
manifestGitRepo:
baseURL: [Your manifest gitRepoUrl]
branch: [Your manifest gitRepoUrl branch]
FilePath: [Your manifest filePath]Application 추가
Last updated