Skip to content

cdev plan show <default namespace> instead of namespace #209

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

Closed
romanprog opened this issue Aug 8, 2023 · 1 comment · Fixed by #245
Closed

cdev plan show <default namespace> instead of namespace #209

romanprog opened this issue Aug 8, 2023 · 1 comment · Fixed by #245
Assignees
Labels
kind/bug Something isn't working

Comments

@romanprog
Copy link
Contributor

romanprog commented Aug 8, 2023

cdev version v0.7.16
build timestamp: 2023-06-28T14:11:18+0300

unit:

  -
    name: mongodb-backups-sa
    type: k8s-manifest
    apply_template: true
    kubeconfig: {{ .variables.kubeconfig_path }}
    namespace: {{ .variables.namespace }}
    path: ./files/mongodb-backups-sa.yaml

manifest:

apiVersion: v1
automountServiceAccountToken: true
kind: ServiceAccount
metadata:
  annotations:
    eks.amazonaws.com/role-arn: {{ remoteState "this.mongodb-backups-role.iam_role_arn" }}
  name: mongodb-backups

problem (not fatal, only error in plan):

13:30:46 [INFO] Planning unit 'persistent.mongodb-backups-sa':
 {
+ manifests: {
+  ServiceAccount.<default namespace>.mongodb-backups: {
+   apiVersion: "v1",

@romanprog romanprog added the kind/bug Something isn't working label Aug 8, 2023
@romanprog romanprog self-assigned this Aug 8, 2023
@romanprog
Copy link
Contributor Author

#245

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant