-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,7 @@ jobs: | |
uses: Alfresco/alfresco-build-tools/.github/actions/[email protected] | ||
with: | ||
ingress-nginx-ref: controller-v1.8.2 | ||
|
||
- name: Set nginx ingress config | ||
run: | | ||
kubectl -n ingress-nginx patch cm ingress-nginx-controller \ | ||
|
@@ -121,7 +121,7 @@ jobs: | |
run: | | ||
helm dep up ./helm/alfresco-content-services | ||
helm install acs ./helm/alfresco-content-services \ | ||
--set global.tracking.sharedsecret="$(openssl rand -hex 24)" \ | ||
--set global.search.sharedSecret="$(openssl rand -hex 24)" \ | ||
--set global.known_urls=http://localhost \ | ||
--set global.alfrescoRegistryPullSecrets=regcred \ | ||
--set 'global.registryPullSecrets[0]=regcred' \ | ||
|