Skip to content

Commit

Permalink
Fix rebase issues
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Squizzato <[email protected]>
  • Loading branch information
squizzi committed Sep 3, 2024
1 parent 278a8de commit ce23b21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
17 changes: 0 additions & 17 deletions config/dev/deployment.yaml

This file was deleted.

1 change: 1 addition & 0 deletions test/deployment/resources/aws-hosted-cp.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: hmc.mirantis.com/v1alpha1
kind: Deployment
metadata:
name: ${DEPLOYMENT_NAME}
namespace: {NAMESPACE:=default}
spec:
template: aws-hosted-cp
config:
Expand Down
1 change: 1 addition & 0 deletions test/deployment/resources/aws-standalone-cp.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: hmc.mirantis.com/v1alpha1
kind: Deployment
metadata:
name: ${DEPLOYMENT_NAME}
namespace: ${NAMESPACE:=default}
spec:
template: aws-standalone-cp
config:
Expand Down

0 comments on commit ce23b21

Please sign in to comment.