Skip to content

Commit c1ec03b

Browse files
authored
Merge pull request #317 from bcgov/cailey-artifactory-update
service account update
2 parents 37d115b + cbe40a5 commit c1ec03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/docs/build-deploy-and-maintain-apps/setup-artifactory-service-account.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ An Artifactory service account is not required to make use of the remote (cachin
4141

4242
## Create a service account
4343

44-
If you have a project established in either the Silver or Emerald clusters, an Artifactory service account is already available. An `ArtifactoryServiceAccount` object is generated in the corresponding `tools` namespace, and the Artifactory Operator handles its configuration. A default `ArtifactoryServiceAccount` object is automatically created during namespace provisioning, identified by the name `default`. You are also free to create additional Artifactory service accounts if needed.
44+
You are able to create your Artifactory Service Account in any namespace, so feel free to organize them into namespaces in whatever way best suits your team's needs. The Platform Team recommends using the `-tools` namespace as a default option.
4545

46-
If your project is established in the Gold clusters, you will need to create your own Artifactory service account as no default one is provided. This is because you are responsible for managing the synchronization of any necessary secrets between the Gold and Gold DR clusters. Archeobot, the operator overseeing the creation and maintenance of `ArtifactoryServiceAccount` objects, operates solely in Gold and not in Gold DR. You must initiate the creation of the `ArtifactoryServiceAccount` object in the Gold cluster, and Archeobot will generate the associated objects (such as your pull secrets) in your Gold namespace. The responsibility lies with your team to synchronize these secrets with Gold DR.
46+
If you are working in the Gold and Gold-DR clusters, please note that Archeobot, the operator overseeing the creation and maintenance of `ArtifactoryServiceAccount` objects, operates solely in Gold and not in Gold DR. You must initiate the creation of the `ArtifactoryServiceAccount` object in the Gold cluster, and Archeobot will generate the associated objects (such as your pull secrets) in your Gold namespace. The responsibility lies with your team to synchronize these secrets with Gold DR.
4747

4848
Run the following command to create a new service account:
4949

0 commit comments

Comments
 (0)