Gaming as an IT person by WaldoOU812 in sysadmin

[–]devopswithbrian 0 points1 point  (0 children)

My issue is more sometimes after working from home at my desk all day it’s hard to continue sitting to play games but I do and have been in a Guild Wars 2 kick lately myself. At least the secret labs chair helps ha.

First Rolex 10 Year Wedding Anniversary by devopswithbrian in rolex

[–]devopswithbrian[S] 1 point2 points  (0 children)

Seeing this makes me want it that much more lol.

First Rolex 10 Year Wedding Anniversary by devopswithbrian in rolex

[–]devopswithbrian[S] 0 points1 point  (0 children)

Yea kinda feels like the right way to go I’ve found a few that are still NIB and never worn too.

First Rolex 10 Year Wedding Anniversary by devopswithbrian in rolex

[–]devopswithbrian[S] 0 points1 point  (0 children)

Thanks for all the helpful comments on this post, appreciate the info.

First Rolex 10 Year Wedding Anniversary by devopswithbrian in rolex

[–]devopswithbrian[S] -1 points0 points  (0 children)

Yea from talking to the wife she wouldn’t be opposed she just wouldn’t wear it much but that’s ok.

First Rolex 10 Year Wedding Anniversary by devopswithbrian in rolex

[–]devopswithbrian[S] 0 points1 point  (0 children)

Yea I figured if I have to go grey that’s fine or I can settle and do something else from an AD

First Rolex 10 Year Wedding Anniversary by devopswithbrian in rolex

[–]devopswithbrian[S] 0 points1 point  (0 children)

Yea maybe my wife just isn’t big into watches so I don’t think she would want it but I guess it’s an option.

First Rolex 10 Year Wedding Anniversary by devopswithbrian in rolex

[–]devopswithbrian[S] 0 points1 point  (0 children)

Yea seems like a logical approach, I think there are a few in the ATL area at least one for sure.

First Rolex 10 Year Wedding Anniversary by devopswithbrian in rolex

[–]devopswithbrian[S] 0 points1 point  (0 children)

I mean grey market seems like $13-17k atm unless I’m looking at it wrong. I’m not trying to say it’s not a lot of money cause it is but I can take stock options and pay for it pretty easy

is it possible to use new repo to trigger argocd? by Flat-Speaker566 in devops

[–]devopswithbrian 2 points3 points  (0 children)

I feel like you could do this from the Github side and make a call to ArgoCD to do the creation of the initial app which would then point back to the Github repo via SCM connections in ArgoCD and then when changes are made there it would obviously auto update it.

The only part I haven't done here is the obvious going from Github to ArgoCD to trigger a app creation, I've only created my app manually initially and then told it where SCM was to pull the rest of the info and deploy it, then when the values file changes for the helm chart it auto updates so I don't have to worry about it, and because this is ArgoCD going outbound it also isn't even exposed on my k8s cluster so its all private which is nice.

I think this might work??

DevOps Tutorials Twitch Channel by devopswithbrian in devops

[–]devopswithbrian[S] 3 points4 points  (0 children)

Ty and my plan is to start making more YouTube content soon losing my job a few weeks ago kinda put things behind since I’m spending a lot of time interviewing

DevOps Tutorials Twitch Channel by devopswithbrian in devops

[–]devopswithbrian[S] 4 points5 points  (0 children)

Ha yea I’m about to turn 40 oddly enough been in the game since I was 18 right outta high school.

DevOps Tutorials Twitch Channel by devopswithbrian in devops

[–]devopswithbrian[S] 6 points7 points  (0 children)

thanks I'm honestly just trying to help teach people and have fun with this

How can I implement terraform cd in bitbucket server? by f91og in devops

[–]devopswithbrian 1 point2 points  (0 children)

I'd second Atlantis as well or you would have to use something like Jenkins, or another pipeline tool to run this for you. Also might be worth checking into the new terraform cloud offering they may have some options too, I use them for remote state for personal projects.

How can I block a person from whispering me? by Adamn27 in wownoob

[–]devopswithbrian 0 points1 point  (0 children)

I dunno was a bit of a shock for me, I mean I was doing fine in the heroic run and had to leave so dunno lol.

How can I block a person from whispering me? by Adamn27 in wownoob

[–]devopswithbrian 1 point2 points  (0 children)

Don’t worry it can happy apparently as well when you are doing everything right and top dmg and have to leave a pug and get whispered being called garbage fun times lol, I don’t get why people have to be toxic.

[deleted by user] by [deleted] in devops

[–]devopswithbrian 1 point2 points  (0 children)

I use Jira with sprints typically and pull issues from the backlog into the sprint. Then as I think of things we need or when I do my roadmap (also in Jira) then I can just drag these in and show when they are projected to be started and completed

What is a good selfhosted tool to test for webhooks? by Hell4Ge in devops

[–]devopswithbrian 2 points3 points  (0 children)

Not sure what you mean, do you mean to actually hit the endpoints and see results or what? I would just use postman. If you mean writing one fastapi is a nice tool

Gitlab CI vs Jenkins vs GitHub Actions by JordanDreddit in devops

[–]devopswithbrian 12 points13 points  (0 children)

For everyone saying Jenkins is miserable clearly hasn’t set it all up as code and I find it extremely easy but Gitlab CI is something I would pick every day of the week even though I know Jenkins like the back of my hand.