Skip to content

Commit

Permalink
skaffold fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rsg98 committed Jun 26, 2023
1 parent 69f5ae9 commit 5979722
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions skaffold.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,24 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: skaffold/v2beta13
apiVersion: skaffold/v4beta5
kind: Config
build:
artifacts:
- image: guacamole-client-iap
context: ./client
docker:
buildArgs:
CLIENT_IMAGE: guacamole/guacamole:1.5.2
- image: guacamole-client-iap
context: ./client
docker:
buildArgs:
CLIENT_IMAGE: guacamole/guacamole:1.5.2
manifests:
kustomize:
paths:
- .
deploy:
kustomize: {}
kubectl: {}
profiles:
- name: cloudbuild
build:
googleCloudBuild: {}
- name: cloudbuild
build:
googleCloudBuild: {}


0 comments on commit 5979722

Please sign in to comment.