Skip to content

Commit

Permalink
v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbaraldi committed Feb 4, 2020
1 parent 1ebf865 commit a0b6cdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rancher-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ stages:
- publishImageConfig:
dockerfilePath: ./Dockerfile
buildContext: .
tag: example-helloserver:${CICD_EXECUTION_SEQUENCE}
tag: go-server:${CICD_EXECUTION_SEQUENCE}
- name: Deploy
steps:
- applyYamlConfig:
Expand Down
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ apiVersion: extensions/v1beta1
kind: Ingress
metadata:
namespace: go
name: helloserver-ingress
name: go-ingress
annotations:
allow.http: "false"
spec:
Expand Down

0 comments on commit a0b6cdd

Please sign in to comment.