Skip to content

Commit

Permalink
Merge pull request #276 from Mirantis/managed-cluster-examples
Browse files Browse the repository at this point in the history
update dev examples from `Deployment` to `ManagedCluster`
  • Loading branch information
Kshatrix authored Sep 5, 2024
2 parents 1ae16bb + 95fa3f3 commit 4f73b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PROJECT
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources:
controller: true
domain: hmc.mirantis.com
group: hmc.mirantis.com
kind: Deployment
kind: ManagedCluster
path: github.com/Mirantis/hmc/api/v1alpha1
version: v1alpha1
- api:
Expand Down
2 changes: 1 addition & 1 deletion config/dev/aws-managedcluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: Deployment
kind: ManagedCluster
metadata:
name: aws-dev
namespace: ${NAMESPACE}
Expand Down
2 changes: 1 addition & 1 deletion config/dev/azure-managedcluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: hmc.mirantis.com/v1alpha1
kind: Deployment
kind: ManagedCluster
metadata:
name: azure-dev
namespace: ${NAMESPACE}
Expand Down

0 comments on commit 4f73b87

Please sign in to comment.