Skip to content

Commit

Permalink
Added k8s/deploy Inputs for Private Cluster Support (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
meecethereese authored Jul 23, 2024
1 parent 66436ca commit 1fba07e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,7 @@ jobs:
manifests: ${{ steps.bake.outputs.manifestsBundle }}
images: |
${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/${{ env.CONTAINER_NAME }}:${{ github.sha }}
namespace: ${{ env.NAMESPACE }}
resource-group: ${{ env.CLUSTER_RESOURCE_GROUP }}
name: ${{ env.CLUSTER_NAME }}
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER }}
namespace: ${{ env.NAMESPACE }}
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,7 @@ jobs:
manifests: ${{ steps.bake.outputs.manifestsBundle }}
images: |
${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/${{ env.CONTAINER_NAME }}:${{ github.sha }}
namespace: ${{ env.NAMESPACE }}
resource-group: ${{ env.CLUSTER_RESOURCE_GROUP }}
name: ${{ env.CLUSTER_NAME }}
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER }}
namespace: ${{ env.NAMESPACE }}
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ jobs:
manifests: ${{ env.DEPLOYMENT_MANIFEST_PATH }}
images: |
${{ env.AZURE_CONTAINER_REGISTRY }}.azurecr.io/${{ env.CONTAINER_NAME }}:${{ github.sha }}
namespace: ${{ env.NAMESPACE }}
resource-group: ${{ env.CLUSTER_RESOURCE_GROUP }}
name: ${{ env.CLUSTER_NAME }}
private-cluster: ${{ steps.isPrivate.outputs.PRIVATE_CLUSTER }}
namespace: ${{ env.NAMESPACE }}

0 comments on commit 1fba07e

Please sign in to comment.