Taro
Taro
Hi, I tried to use 'obtain_jwt_token' , but it didn't go well. Environment djangorestframework==3.9.0 djangorestframework==1.11.0 This is the setting about drf-jwt ```settings.py REST_FRAMEWORK = { 'DEFAULT_PERMISSION_CLASSES': ( 'rest_framework.permissions.IsAuthenticated', ), 'DEFAULT_AUTHENTICATION_CLASSES':...
As mentioned by @KnVerey in [this comment](https://github.com/kubernetes-sigs/kustomize/issues/4833#issuecomment-1341770498), using both `kustomize.config.k8s.io/behavior` and `kustomize.config.k8s.io/needs-hash` as generator options can cause a bug where the hash is not added to the `metadata.name` of the...
worked on #4816 I added the support for `Labels` so that users can specify extra `fieldspecs` as well as `commonLabels`. Here is the example kustomization.yaml. ```yaml apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization...