MoJo2600 / pihole-kubernetes

PiHole on kubernetes
498 stars 173 forks source link

fix: using apps/v1 instead beta version #203

Closed george124816 closed 2 years ago

george124816 commented 2 years ago

error: unable to recognize "pihole/deployment-pihole.yml": no matches for kind "Deployment" in version extensions/v1beta1

using apiVersion: apps/v1 works fine

MoJo2600 commented 2 years ago

Hi and thank you for your merge request. This has changed in version 1.16 of kubernetes, right? So I assume it is safe to merge and will not break stuff, right?