This project assumes the use of GitLab for gitops. If another gitops manager is prefered, please work with your Google Cloud CE to determine viability and implementation
- Create a new PAT token and save the credentials for the steps below.
- Go to user Preferences on the top right corner. On the left menu, select Access Tokens
- Choose a "Token name" name that will be used later in this installation as an environment variable SCM_TOKEN_USER.
- Create the PAT with read_repository privilege.
- The produced token value that will be uesd later in this installation as an environment variable SCM_TOKEN_TOKEN.