-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated infrastructure prefixes to use 'drasi' #42
Conversation
@@ -1,36 +1,36 @@ | |||
apiVersion: scheduling.k8s.io/v1 | |||
kind: PriorityClass | |||
metadata: | |||
name: rg-infrastructure | |||
name: drasi-infrastructure | |||
value: 1000 | |||
globalDefault: false | |||
--- | |||
apiVersion: v1 | |||
kind: Service | |||
metadata: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we need to add the labels to this metadata
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What kind of labels are we planning to add?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like app: drasi-infrastructure
?
Description
Most of our infrastructure components still contain the prefix
rg
in the names. This PR replaces them with 'drasi' insteadTODO
prototyping
repo ✅Type of change
Fixes: #issue_number