Skip to content

Commit

Permalink
Merge pull request #122 from mlbiam/main
Browse files Browse the repository at this point in the history
enable gitops for the primart cluster
  • Loading branch information
mlbiam authored Aug 21, 2024
2 parents 478ecba + d471377 commit a7b5e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.4.3</version>
<version>3.4.2</version>
<configuration>
<from>
<image>ghcr.io/tremolosecurity/openunison-jib-builder3:latest</image>
Expand Down
1 change: 1 addition & 0 deletions src/main/webapp/WEB-INF/targets/20-k8s.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<param name="certPath" value="/var/run/secrets/tokens/ca.crt" />
<param name="label" value="#[K8S_DEPLOYMENT_NAME:Local Deployment]" />
<param name="drqueues" value="#[K8S_DR_QUEUES]" />
<param name="gitUrl" value="#[K8S_GIT_URL:]" />
</params>
<annotation name="tremolo.io/cluster-label" value="#[K8S_DEPLOYMENT_NAME:Local Deployment]" />
</target>

0 comments on commit a7b5e57

Please sign in to comment.